BeautifulCharts is a web app that allows you to visualize data using different types of charts. It is built using Python and Streamlit, and uses Plotly Express for creating the charts.

Check it out here on Streamlit!
BeautifulCharts

Install steps to run locally

  1. Clone the repository: git clone https://github.com/DovarFalcone/beautifulcharts
  2. Navigate to the project directory: cd beautifulcharts
  3. Install the dependencies: pip install -r requirements.txt
  4. Start the app: streamlit run app.py
  5. Upload your data in CSV format using the “Upload CSV” button
  6. Choose the type of chart you want to create using the dropdown menu
  7. Choose the type of date distribution you want to create using the dropdown menu

Supported Chart Types

  1. Line Chart
  2. Bar Chart
  3. Scatter Plot
  4. Bubble Chart
  5. Heatmap
  6. Box and Whisker Plot
  7. Heat Map

Note: See the details on GitHub, beautifulcharts.