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.
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 – Archisman Panigrahi Nov 19 '21 at 10:49