-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ethan Friedman
committed
Dec 4, 2019
1 parent
9692d30
commit b41c83b
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
## MTAtimes | ||
# MTAtimes | ||
Made by Ethan Friedman. ([email protected]) In 2 days! | ||
--- | ||
Customizable train times for Borough Hall made in python. | ||
|
||
Includes Customizable GUI through tkinter | ||
|
||
# How it works (simple): | ||
### How it works (simple): | ||
1. scrapes mta info site for json dict | ||
2. removes junk, now able to parse dict in python | ||
3. picks pieces of the dict and puts them together | ||
4. updates every determined number of miliseconds (can be changed in the main app) | ||
|
||
## IMPORTANT: | ||
# Always keep the mainApp.py and times.py in the same directory, otherwise this will not run | ||
### Always keep the mainApp.py and times.py in the same directory, otherwise this will not run | ||
This can be changed if you know what you're doing though, through the mainApp | ||
|
||
# dependencies: | ||
### dependencies: | ||
- tkinter (updated version if you want to add cool stuff to GUI) | ||
- beautifulsoup | ||
- requests (pip install requests) | ||
- os | ||
|
||
## Photo of GUI: | ||
### Photo of GUI: | ||
|
||
![alt text](https://raw.githubusercontent.com/etfriedman/MTAtimes/master/Screen%20Shot%202019-12-04%20at%203.52.00%20PM.png) |