CSXIIP is the Computer Science Project (i.e, School Management System) designed in Tkinter (Modern GUI) for the session 2020-2021.
Use the package manager pip to install requirements.txt.
pip install -r requirements.txtRun the application in development mode, just run it:
python main.pyTo Create the Production version (i.e, exectable file), just run it against main script:
pyinstaller --onefile --windowed --icon=images/icon.ico main.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.


