You are not logged in.
Is there a visual tool for creating GUI in Python 3 usng the library Tkinter? I've found python2-pygubu, but it's abandoned and it's python 2. Anything else?
Offline
There is a Python 3 PKGBUILD: https://aur.archlinux.org/packages/python-pygubu/
Offline
As a sidenote: you should consider using something more modern than tkinter since it doesn't really support anthing modern like scaling and wayland.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
As a sidenote: you should consider using something more modern than tkinter since it doesn't really support anthing modern like scaling and wayland.
Tkinter is still pretty convenient though if you are targeting Windows and macOS users too. As for Wayland, I thought it included an X server for older applications without Wayland support?
Offline