Need someone to write a linux/OSX build script
to configure: change values in config.json to reflect your classes and periods
- Install pyinstaller via pip
- Configure config.json to reflect your classes and periods, as well as your browser
- Run the following command:
- Windows: Run
build.bat
- Linux and macOS:
pyinstaller --add-data 'config.json:.' main.py
- Windows: Run