You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Connect 4 Game with Tkinter GUI Simple Connect 4 game made in Python 3 with a Tkinter GUI. This was a personal project to learn how to program user interfaces in Python. The game code itself was ...