Houstonfest registration automation scripts
Install the necessary dependencies with pip if running from source
pip install -r requirements.txt
- Place school registration files in the same directory as the script
- Ensure they follow the naming scheme
Reg.[School].xlsx
- Ensure generated files are not open in any program
- Run the script with
python main.py
or the appropriate executable (i.e.hfest.exe
) if using a binary - Generated files can be found in the
output/
directory