- timetable
- datatypes
- database -> Postgresql
- xml
- json
- Archenhold Gymnasium -> Vetretungsplan integration
- datatypes
- homework planer
- google calendar sync
- exam planer
- google calendar sync
- multi language support
- en_us
- de_de
- more will be added soon
Python 3.10+ required!
python3 -m pip install -r requirements.txt
python3 main.py
This will install docker on your system. The python enviroment will be created within a docker container.
./run.sh
.\run.ps1
powershell -noexit "& ".\run.ps1"
- Upload the database_dump_postgresql.sql file to your PostgreSQL server.
- Set the ip, username, password and databasename in the config.yaml file.
- Upload the database_dump_mysql.sql to your MySQL server.
- Set the ip, port, username, password and the databasename in the config.yaml.