You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The App is a alternative to the WebUntis website, which is frequently used at German/Austrian schools and universities as a digital timetable.
It requires far less performance and data than using a web browser, and also stores timetables locally.
Devices without Internet access can also check the timetable, provided that week was viewed at least once before.
It is written in python, so it should work just fine on the Raspberry Pi with installing the requirements.txt, then using the provided install.sh.
Confirmations
I have confirmed that this app is legal and not piracy.
I have read the app eligibilty rubric App eligibility rubric #185 and confirmed this app is suitable for addition in Pi-Apps.
We do not take porting requests. We cannot support applications that do not run on ALL our diverse range of supported systems and distributions https://pi-apps.io/install/#supported-systems:
This application requires a very specific version of QT6 (not available on any of our supported systems) https://github.com/l-koehler/untis-py/blob/da9839ba5ba8b8e40a29d4229c9b2149d906031a/requirements.txt#L2 If you work with upstream to If you provide a more portable version of the application (eg: flatpak or appimage with all libraries contained) they there is a possibility this could be considered. Even if that is done we may still refuse to include the application as neither myself nor the other maintainer have any way of testing the application.
PyQt6 is not strictly required, the app can work with PyQt5 too (which is supported). This is just not reflected in the requirements.txt because the format doesn't allow specifying any-of-several packages as needed.
I use the app on a PinePhone, so ARM devices are tested (not on a raspberry, but still). (also, idk if this changes anything about qt6, but it doesn't explicitly need 6.7, it just specified a excessively precise version when generating requirements.txt)
What is the name of the app?
untis-py
Where is the app hosted?
https://github.com/l-koehler/untis-py
About the app
The App is a alternative to the WebUntis website, which is frequently used at German/Austrian schools and universities as a digital timetable.
It requires far less performance and data than using a web browser, and also stores timetables locally.
Devices without Internet access can also check the timetable, provided that week was viewed at least once before.
It is written in python, so it should work just fine on the Raspberry Pi with installing the requirements.txt, then using the provided install.sh.
Confirmations
The text was updated successfully, but these errors were encountered: