Skip to content

bryceorchard/translink_info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

View bus schedules times and plan a route

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages