dublinbus-display
Go to file
Nahuel Lofeudo 2d791cb08b The ETA is shown in green, yellow or red depending on how much time is left to walk to the stop. 2022-10-09 16:51:21 +01:00
.gitignore First version 2022-09-11 11:12:51 +01:00
LICENSE Initial commit 2022-09-11 02:59:00 -07:00
README.md First version 2022-09-11 11:12:51 +01:00
arrival_times.py First version 2022-09-11 11:12:51 +01:00
dublinbus_soap_client.py Another couple of comments 2022-10-08 16:38:29 +01:00
main.py The ETA is shown in green, yellow or red depending on how much time is left to walk to the stop. 2022-10-09 16:51:21 +01:00
requirements.txt First version 2022-09-11 11:12:51 +01:00

README.md

dublinbus-sign

Emulates a Dublin Bus electronic sign, showing ETAs for different bus lines

Usage

  • Install all dependencies
  • Download the TTF font into the program's directory
  • Change main.py, updating STOPS to reflect the stop(s) you want to watch.
  • Run main.py

Dependencies