+ 2

What programs (IDE) that can be used to make desktop applications using python ?

I want to make simple apps. Is it possible to be achieved using python? If true... Are there plenty of tutorials that can be used?

27th Aug 2017, 10:33 PM
Khaled Waleed
Khaled Waleed - avatar
3 Respuestas
+ 1
you can use pyqt. create your window with qt5 creator and convert my_program.ui file to my_program.py. after this you can edit your python file. there are a lot of pyqt and qt5 tutorials in the web. hope my answer was helpful
27th Aug 2017, 10:52 PM
Da Riebi
Da Riebi - avatar
+ 1
you can't run the code on android. https://code.sololearn.com/cKSgJMXM7EfM/?ref=app
27th Aug 2017, 11:28 PM
Da Riebi
Da Riebi - avatar
+ 1
yeah James is right, my misstake (IDE).
28th Aug 2017, 4:14 AM
Da Riebi
Da Riebi - avatar