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
Is your feature request related to a problem? Please describe.
I think this project is sick, but not everyone likes or knows how to use command-line utilities. Which is why i think converting the app to a GUI one would be really cool!
Describe the solution you'd like
There are many GUI modules for python - most notably tkinter, but it looks ancient, so I propose something like ttkbootstrap - basically better tkinter with themes (including a dark one) and lots of custom widgets (such as toggle switches you'd see in settings menus on Android or circular progressbars), so it would look very cool and modern.
Describe alternatives you've considered
One UI alternative i know of is PyQt, which is technically more customizable, but Tkinter and tkinter-based modules all share pretty much the same syntax and class names.
Additional context
I am no stranger to Python and GUI apps in it (if you couldn't tell from my list of repositories), so if needed I can make a new file (so people who want the CLI can use the CLI) that has a user interface and convenient file selection dialogs. Let me know if you're interested!
custom tkinter is great too if you are used to tk. it gives your program a win 11 look and it has dark/light mode support @scipply
Ttkbootstrap not only supports dark theme, but also has many different light and dark themes and support for creating your own themes
Is your feature request related to a problem? Please describe.
I think this project is sick, but not everyone likes or knows how to use command-line utilities. Which is why i think converting the app to a GUI one would be really cool!
Describe the solution you'd like
There are many GUI modules for python - most notably
tkinter
, but it looks ancient, so I propose something likettkbootstrap
- basically better tkinter with themes (including a dark one) and lots of custom widgets (such as toggle switches you'd see in settings menus on Android or circular progressbars), so it would look very cool and modern.Describe alternatives you've considered
One UI alternative i know of is PyQt, which is technically more customizable, but Tkinter and tkinter-based modules all share pretty much the same syntax and class names.
Additional context
I am no stranger to Python and GUI apps in it (if you couldn't tell from my list of repositories), so if needed I can make a new file (so people who want the CLI can use the CLI) that has a user interface and convenient file selection dialogs. Let me know if you're interested!
Links:
PyQt5 on PyPI
ttkbootstrap documentation and examples
The text was updated successfully, but these errors were encountered: