Can I create a software using Python ? A software that has a graphical user interfaces buttons to click something visually? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I create a software using Python ? A software that has a graphical user interfaces buttons to click something visually?

Python3

9th Nov 2021, 4:15 AM
ORAL NAPIER
ORAL NAPIER - avatar
5 Answers
+ 1
Yes you can, there's so many tools providing visual output for Python. Google these: Tkinter wxPython PyQt
9th Nov 2021, 11:19 AM
Mosi B.
Mosi B. - avatar
+ 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
10th Nov 2021, 6:39 AM
Tahir Iqbal
Tahir Iqbal - avatar
0
This need PyQt.
9th Nov 2021, 5:20 AM
Viktor Karpov
Viktor Karpov - avatar
0
Thanks Karpov and Mosi.B for the assistance will definitely check it out
9th Nov 2021, 11:32 AM
ORAL NAPIER
ORAL NAPIER - avatar
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.
10th Nov 2021, 9:04 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar