This website is a small program that parses a CSV file by visualizing the data with Matplotlib.
The aim of this project was to build a program using the Matplotlib library and expand on my skills in writing cleaner code with regards to Python classes.
- Python
- Matplotlib
- VS Code
View/run code online on Replit
Clone the repository:
$ git clone https://github.com//lavanya-vanwyk/vizpy-program.git
Enter the project directory:
cd vizpy-program
Open and run main.py in your preferred IDE.