Pool Hall App is a Python 3 application that allows the user to manage and track the occupancy of 12 pool tables.
Feel free to fork the project and change it to your likings. Try it out by cloning the repo to your local machine or download the zip.
You need preferably the latest version of Chrome, and text editor.
Go here for Chrome: https://www.google.com/chrome/
VSCode is my go to: https://code.visualstudio.com/
To get started follow this guide: ON LINUX/UNIX
In your terminal clone repo to your local machine using git clone:
git clone git@github.com:dbc257/pool_hall_app_python3.git
Move to your newly cloned repo by entering the following in your terminal:
$ cd pool_hall_app_python3
To open all project files from terminal using VSCode just tpye and enter:
$ python3 pool_table_admin.py
- Python 3
- David Carlisle