athekat / EPL-data-website

Simple webpage with Plotly charts based on ePubLibre data.

Home Page:https://epldatawebsite.alan.com.ar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EPL Data Website

This repository contains a Python script for analyzing book data stored in a CSV file and generating visualizations using Plotly. The csv file is provided by ePubLibre Library via RSS. The script loads the data from the CSV file, performs analysis, and creates three types of charts:

Bar Chart of Genre Distribution: Visualizes the distribution of books across different genres.
Pie Chart of Language Distribution: Displays the distribution of books based on their language.
Line Chart of Publication Trend: Illustrates the trend of book publications over the years.

You can visit the site @ https://epldatawebsite.alan.com.ar/

Prerequisites

Python 3.x
Plotly library (pip install plotly)
The Python script can be found in /assets/charts

About

Simple webpage with Plotly charts based on ePubLibre data.

https://epldatawebsite.alan.com.ar/


Languages

Language:HTML 98.4%Language:JavaScript 1.5%Language:Python 0.0%Language:CSS 0.0%Language:SCSS 0.0%