DataVizGUI is a simple graphical user interface built with PyQt5 for data visualization. This project was made mainly to visualise world covid19 dataset.
- Basic GUI setup with PyQt5.
- Placeholder for data visualization components.
- Error tracking to prevent the application from crashing
- Allows user to preview data summary
- Allows user to plot line graph and bargraph
- Easily doucmented code for re-use
- This project can re use to suit your use.
- Sample data provided to run the application.
- Gui design provided could be opened using pygt5 application
- Python 3.10
- PyQt5
- pandas
- matplotlib
- seaborn
- Clone the repository:
git clone https://github.com/olusimeon/DataVizGUI.git cd DataVizGUI
- Install the required packages:
pip install -r requirements.txt
- Run the application
python main.py