0
Can I create a software using Python ? A software that has a graphical user interfaces buttons to click something visually?
Python3
5 odpowiedzi
+ 1
Yes you can, there's so many tools providing visual output for Python.
Google these:
Tkinter
wxPython
PyQt
+ 1
Yes why not, but first you've to learn Python GUI packages like:
Tkinter (one of the widely used)
Kivy (helps you to create android app)
PyQt / PyQt5 (also supports drag n drop)
WxPython
0
This need PyQt.
0
Thanks Karpov and Mosi.B for the assistance will definitely check it out
0
You can learn almost any library which provides you ability to make GUI. As libraries are not language dependent.
Tkinter is library which comes preinstalled with PYTHON. But it is not widely used in professional work. Or it is not even used there.
Gtk and Qt are the most famous and widely used graphics library. You can also use graphics library provided by windows api.