I have ready python code how do I make it into a desktop app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I have ready python code how do I make it into a desktop app?

Let's say I coded a python calculator, how do I convert it to a useble desktop app?

11th Apr 2021, 4:08 AM
The Hacker
The Hacker - avatar
3 Answers
+ 1
Lol nah thats not how. You'll have to use one of Pythons Graphical User Interface (GUI *pronounced "gooey") libraries. Tkinter is one that comes with Pythons standard library. Pyqt5 is another one that is more advanced! Look up either and start reading the docs to start learning about one. Then, its just coding and mapping buttons and displays to interact with the code instead of printing everything to stdout
11th Apr 2021, 9:26 AM
Slick
Slick - avatar
+ 2
First you need to save your code as a file Then you can search for a program to convert python file to App and fits your system
11th Apr 2021, 4:21 AM
Alireza Abdolhosseinzadeh
Alireza Abdolhosseinzadeh - avatar
0
Please follow me and see the Full calculator code in my page
11th Apr 2021, 4:22 AM
Alireza Abdolhosseinzadeh
Alireza Abdolhosseinzadeh - avatar