+ 3

How do you actually make a python application so other people can download and use the app?

most python tutorials and lessons I see, even the tic tax toe games, are being played in the console just with letters or emojis like x__|__o__| Like can’t you like add colors, and make the application so other people can download the file and run the app? I just want to see a simple python application — maybe just a red box. So I can put it online for people to download. What would be the process for me to make a simple red box with python, and send a download link so others can download and see the b

28th Sep 2020, 3:59 AM
Ginfio
Ginfio - avatar
3 odpowiedzi
28th Sep 2020, 4:40 AM
Ruba Kh
Ruba Kh - avatar
+ 1
You have to learn a gui library you can use tinker for start after finishing your program you can then install pyinstaller and run command pyinstaller --onefile file_name.py to make it as program
28th Sep 2020, 4:39 AM
Ruba Kh
Ruba Kh - avatar
0
... and open the file, and when they open the file a red box is displayed.
28th Sep 2020, 4:00 AM
Ginfio
Ginfio - avatar