Compare commits

...

2 Commits

Author SHA1 Message Date
5aa7fd131e documentation 2025-03-13 11:30:04 -04:00
1392eed052 documentation 2025-03-13 11:28:34 -04:00

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 TODO (aka figure it out yourself)
## Scripts ## Scripts
@ -50,6 +50,9 @@ 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
``` ```