Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 482 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 482 Bytes

classes

Need someone to write a linux/OSX build script

Configuration

to configure: change values in config.json to reflect your classes and periods


Building from Source

  1. Install pyinstaller via pip
  2. Configure config.json to reflect your classes and periods, as well as your browser
  3. Run the following command:
    • Windows: Run build.bat
    • Linux and macOS: pyinstaller --add-data 'config.json:.' main.py