This is CLI app for NetSchool (else named Сетевой Город), it uses various API NetSchool endpoints, so you can use this CLI app on daily basis.
Warning
You MUST use Python 3.9
Installation:
python -m pip3 install -r ./requirements.txt
or
python -m venv .
./.venv/bin/pip3 -r ./requirements.txt
Usage:
python ./gui.py
or
./.venv/bin/python ./gui.py