Login Register


Add GUI to your Python code - Guizero filter_list
Author
Message
Add GUI to your Python code - Guizero #1
If you are scripting in Python, but still haven't taken the step of user interfaces, here is an easy way to do it.

Based on the famous Tkinter lib that allows to make GUIs, the Guizero lib allows beginners to easily design their graphical interfaces in Python.

Once installed with :

pip3 install guizero

It is then quite simple to design your GUI by integrating all the necessary widgets. It goes from the check button to the list, including the image import or the input field.

Go and have a look at the documentation. You'll see that it's super easy and it will allow your users to have easier interactions with your command line tools, without spending too much time on it.

To see here : https://lawsie.github.io/guizero/

[+] 1 user Likes Troubilshow's post
Reply

RE: Add GUI to your Python code - Guizero #2
isnt this similar to pygautoui? or no

Reply

RE: Add GUI to your Python code - Guizero #3
this is awesome! really cool.
STAY AWAY FROM HACKERS

Reply

RE: Add GUI to your Python code - Guizero #4
GUIs are clutch. I still havent delved in building many but it is sooooo ideal to make one for your tools. Thank you for this information for myself n others, that are on the Python journey!

Reply

RE: Add GUI to your Python code - Guizero #5
Thank you for your sharing.

Reply

RE: Add GUI to your Python code - Guizero #6
This is the first time I see it.
Is it Better than tkinter ?
Life flows around a dream. Cherish the endless peaceful days.

Reply







Users browsing this thread: