- Auburn University Intro to Engineering
This is our final project utilizing a GUI library PySide6, Data Science library pandas, and Matplotlib to plot the data onto the GUI to showcase cybersecurity cloud breaches of major companies, and countries.
- There are 5 tabs, each corresponding to a specific cloud breach
- Within these corresponding tabs are graphs that showcase our findings of these breaches
- The GUI is moveable and all buttons are highlightable utilizing CSS styling
There are two dependencies needed to run this program:
- PySide6
- Pandas
- pip install PySide6
- pip install Pandas
You can run the program through the command line or through an IDE,
- CMD> python Main.py or >py Main.py
- IDE> run the main program inside your ide (make sure you have dependencies installed)
The image above is an example of our GUI and what it looks like currently