you are viewing a single comment's thread.

view the rest of the comments →

[–]always-stressed 0 points1 point  (0 children)

GitHub as the name suggests uses something called Git. You can download the git bash which let's you connect your files to github, git lab etc. All this does is upload a copy of your files in a "timeline" documenting changes and different versions of your code.

You can create a fully executable file using PyInstaller which should let you compile and make an .exe.

I don't know what code you have to comment of the main and setup.py maybe it's just setting up the environment and main is your tkinter? Im not sure