Gets a bus schedule or route and displays it using pyqt In progress, currently has very minimal functionality TODO Improve UI ✅ Add icons ✅ Add a searchable map implementation ✅ View a given bus route on a map Stretch goal: Create a basic route planner ✅ Installing pyqt / PySide6 In your terminal, paste in the following text pip install pyside6 If pip is not installed: Linux MacOS Windows python get-pip.py python get-pip.py py get-pip.py Or Linux MacOS Windows Not Tested python3 get-pip.py Not Tested How to run Execute main.py Through the terminal Type in the terminal while in the src directory python main.py Or python3 main.py