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

How to make proper Desktop Application using Python 3.5

I want to make software using python like checking even and odd but want to run this software on every system whether python is installed or not.If anyone can help then please

9th Jan 2018, 6:51 PM
Devashish Mishra
Devashish Mishra - avatar
2 Answers
0
There are various external programs one could install that will convert a “.py” to a “.exe”
9th Jan 2018, 9:33 PM
Da Cube
Da Cube - avatar
0
You can achieve that by using Tkinter. here is a good tutorial: https://www.tutorialspoint.com/JUMP_LINK__&&__python__&&__JUMP_LINK/python_gui_programming.htm
9th Jan 2018, 9:35 PM
Hasan Al-Yazidi
Hasan Al-Yazidi - avatar