A
A
Alexander2021-12-22 12:29:27
linux
Alexander, 2021-12-22 12:29:27

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

2 answer(s)
V
ValdikSS, 2021-12-22
@ValdikSS

Option 1:
https://docs.python.org/3/library/zipapp.html#crea...
Option 2:
https://www.pyinstaller.org/

P
paran0id, 2021-12-22
@paran0id

It would be convenient to install a Python application via pip.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question