Compare commits

..

No commits in common. "5aa7fd131ea58a32e395ee35c37d2e0bc52390be" and "9ea0fc7960045307b73ac1271c042b59178653c9" have entirely different histories.

View File

@ -5,9 +5,9 @@
Expect this shit to break at any point. Most likely when you really need it. Expect this shit to break at any point. Most likely when you really need it.
## Requirement ## Requirement
- Python 3 Python 3
- Pip Pip
- Firefox Firefox
## Install ## Install
@ -26,7 +26,7 @@ Update config.ini with you Flight Schedule Pro username and password
## Config ## Config
TODO (aka figure it out yourself) TODO
## Scripts ## Scripts
@ -50,9 +50,6 @@ python save_progress_reports.py Greg
# List students # List students
python save_progress_reports.py -l python save_progress_reports.py -l
# Output PDF(s) to another directory
python save_progress_reports.py -o /my/shitty/directory Greg
# More usage details # More usage details
python save_progress_reports.py --help python save_progress_reports.py --help
``` ```