Answer the question
In order to leave comments, you need to log in
How to release a desktop application in Python?
Tell me how to properly release a desktop application in python.
I wrote a simple TKinter application for myself, I run it from the command line. I want to release it on github so that it would be convenient for others to install and use it. Mainly under Linux
Tell me how to do it right, what to add to the project (scripts, documentation)
I searched in Russian and did not find anything suitable. Maybe you know where it is described in sufficient detail, give links. It is also possible in English.
Answer the question
In order to leave comments, you need to log in
Option 1:
https://docs.python.org/3/library/zipapp.html#crea...
Option 2:
https://www.pyinstaller.org/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question