| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
webuntis-windows is a Windows application for viewing WebUntis timetables. It provides a shared API layer, a command-line interface, and a graphical interface so you can access the same timetable data in different ways.
The project can:
Install the dependency with:
pip install -r requirements.txtIt is recommended to create a file called credentials.json with your credentials. You can create it by using WebuntisGUI.py and the login dialog or write it like so:
{
"server": "https://XXXXX.webuntis.com",
"school": "XXXXX",
"username": "USERNAME",
"password": "PASSWORD"
}
If you save credentials.json next to WebuntisCLI.py, your credentials stay on your own machine and are only used for logging in to WebUntis.
Run the terminal version with:
python WebuntisCLI.pyRun the graphical version with:
python WebuntisGUI.pyThe Windows executable can be downloaded from the newest release in the GitHub Releases section. That release contains the current packaged .exe build for the GUI, which is automatically created via GitHub Actions / Workflows.
This project uses python-webuntis. Thanks to the maintainers for providing the library that makes the WebUntis connection possible.
This is an unofficial, independent project and is not affiliated with, endorsed by, or approved by Untis. “Untis” is a trademark of its respective owner and is used here strictly for identification purposes.
This project has no bad intent of disturbing or harming anyone and does not guarantee for any claims caused by it (see MIT License). Users are responsible for compliance with applicable terms and laws. The Data it displays is already visible to the logged-in user. It only retrieves timetable information that is in WebUntis and then sorts, groups, and displays that existing data in a more convenient way. It is a pure hobby / free-time project built mainly for fun and for use in a school context.
| Back | FazBrowse Home | New Git URL |