How to Design Desktop Application with Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to Design Desktop Application with Python

I Made Console/Terminal Applications with python but I want to design it and convert into exe

10th Mar 2018, 8:46 AM
Mark
2 Answers
+ 3
You may use one of the following modules: py2exe, cx_freeze or nuitka. The will wrap the whole Python package though and all modules you import in your code. Be prepared for a 30-40MB package overall :)
10th Mar 2018, 8:49 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
You should use tkinter/pyqt or another gui libraries. And as was said above, compiling it isn’t an easy thing
10th Mar 2018, 10:18 AM
Leshark
Leshark - avatar