+ 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
4 ответов
+ 1
https://datatofish.com/executable-pyinstaller/ this can help you
+ 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
0
... and open the file, and when they open the file a red box is displayed.