Skip to content

perspector/PyCornhole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCornhole

This is a corn hole scoreboard that uses Python 3 and a tkinter GUI to display your scores!

Installing

There are two options for installing:

1. Terminal

Open your terminal and type:
git clone https://github.com/perspector/PyCornhole.git

It should go into the folder you ran the command in.

2. Downloading the ZIP file

You can download the .zip file by pressing "download as ZIP" in the repository.
The .zip file should go into your /Downloads folder.

Running

Option 1: Run the Python Program Through Your File Manager

Just double click CornHole.py, it should be an excecutable python script.
If that doesn't work, open CornHole.py in your python editor, and run it. Geany or Thonny are recommended but not required. Also make sure you have Python 3 installed.

Option 2: Run from the Command Line

Just go into the folder you installed PyCornhole into, and type the following commands:
cd PyCornhole
python3 CornHole.py

I made the program so it automatically installs all dependencies. Please make sure you have an internet connection the first time you run the program!

I hope you like the program! If you have any questions or problems, please create an issue in this repository.