-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate usage of alternative GUI #51
Comments
For now I modified the npbackup/requirements.txt file to use the last free version: |
Already happened in https://github.com/netinvent/npbackup/blob/retention-policy/npbackup/requirements.txt :) |
Hello |
Currently focusing my efforts on v3, which is basically a full orchestrator implementation, and also provides separate JSON CLI interface. |
slint-ui also seems a good polished solution, and since Mar 2024 supports python API, see https://github.com/slint-ui/slint/tree/master/api/python slint-ui can be used to develop both desktop and web apps, which might be exactly what we need for v4. |
Since PySimpleGUI v5 now needs a license, we'll need to check whether we should go for another GUI framework.
So far, https://github.com/flet-dev/flet seems a nice alternative.
The text was updated successfully, but these errors were encountered: