How can we create an app with Python with an interface and buttons? Thank you in advance. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can we create an app with Python with an interface and buttons? Thank you in advance.

Python applications.

11th Feb 2018, 2:47 PM
Andrew Siachos
Andrew Siachos - avatar
4 Answers
+ 8
You should import a library which supports GUI (graphic user interface). You might consider tkinter, kivy or even pygame, depending on your needs.
11th Feb 2018, 4:38 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
You can use PyQt
12th Feb 2018, 6:12 AM
Dmitrii Korottsev
Dmitrii Korottsev - avatar
+ 1
Thank you very much.
11th Feb 2018, 6:33 PM
Andrew Siachos
Andrew Siachos - avatar
+ 1
instead using Gui pyqt is much easier
19th Feb 2018, 4:38 AM
julakanti saikumar
julakanti saikumar - avatar