Skip to content

wichmann/untis-planner

Repository files navigation

UntisPlaner - Simple appointment planner using timetables from a WebUntis server

A simple command line tool and a NiceGUI app to plan appointments for multiple teachers using timetables from WebUntis. It fetches the timetables of specified teachers and displays a weekly overview highlighting busy slots.

Build

Run app for development:

pdm run python main.py

Build Docker container for development:

docker build -t untisplanner .
docker run -p 8080:8080 -d untisplanner

Check with pylint:

pdm run pylint main.py

Links

About

Simple appointment planner using timetables from a WebUntis server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors