Skip to content

olusimeon/DataVizGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataVizGUI is a simple graphical user interface built with PyQt5 for data visualization. This project was made mainly to visualise world covid19 dataset.

Features

  • 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

Requirements

  • Python 3.10
  • PyQt5
  • pandas
  • matplotlib
  • seaborn

Installation

  1. Clone the repository:
    git clone https://github.com/olusimeon/DataVizGUI.git
    cd DataVizGUI
    
  2. Install the required packages:
    pip install -r requirements.txt
    
  3. Run the application
    python main.py
    
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages