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.