Score:0

How to make a setup File for a python3 application in Ubuntu?

ar flag

I make a game called Pong with Python3 and Turtle.

Now I want to make a setup file so that I can share my game with others.

I watched this tutorial and tried what he does in that video but I am on Ubuntu20.04 and it hasn't worked.

I want to make a file that installs all my files where that "setup" file is, My folder has these files in it.

So please tell me how can I make a setup file for my Pong game that I have made with Python3 Turtle module.

us flag
With a single python file, you really don't need setup.py. You can execute `python3 Pong.py` to run it. You can also easily package it into a .deb package and share it. See https://askubuntu.com/a/91616/124466
ar flag
i don't understant that, That is too hard for me, Please tell me how can i make a setup.py file for my game :(
us flag
https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.