Made by Ethan Friedman. ([email protected]) In 2 days!
Customizable train times for Borough Hall made in python.
Includes Customizable GUI through tkinter
- scrapes mta info site for json dict
- removes junk, now able to parse dict in python
- picks pieces of the dict and puts them together
- updates every determined number of miliseconds (can be changed in the main app)
This can be changed if you know what you're doing though, through the mainApp
- tkinter (updated version if you want to add cool stuff to GUI)
- beautifulsoup
- requests (pip install requests)
- os