17 lines
436 B
Markdown
17 lines
436 B
Markdown
# 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
|
|
|
|
* iso8601
|
|
* pygame
|
|
* zeep
|
|
* TTF Font jd_lcd_rounded.ttf by Jecko Development : https://fontstruct.com/fontstructions/show/459792/jd_lcd_rounded
|