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.
## Requirement
Python 3
Pip
Firefox
- Python 3
- Pip
- Firefox
## Install
@ -26,7 +26,7 @@ Update config.ini with you Flight Schedule Pro username and password
## Config
TODO
TODO (aka figure it out yourself)
## Scripts
@ -50,6 +50,9 @@ python save_progress_reports.py Greg
# List students
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
python save_progress_reports.py --help
```