Can I create a good windows application with python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I create a good windows application with python ?

I want to create a to do app for windows

9th Jul 2019, 10:29 AM
omid Reza Saberi Ansari
omid Reza Saberi Ansari - avatar
3 Answers
+ 1
Using libraries like PyQt and Tkinter
9th Jul 2019, 10:37 AM
Trigger
Trigger - avatar
+ 3
You can use pyqt5 GUI framework to build your app. Finally you must convert your python code to .exe file with pyinstaller.
9th Jul 2019, 10:43 AM
Qasem
+ 1
You can make GUI applications in Python, yes
9th Jul 2019, 10:36 AM
Trigger
Trigger - avatar