Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PSASchool/Python-Slots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Slots

A GUI slot machine written in Python utilizing its Tkinter GUI package.

Installation

Create a new virtual machine.

Create a team on the scoreboard. Then run the following commands on the machine's terminal:

sudo apt-get install git
git clone https://github.com/PSASchool/Python-Slots.git
cd Python-Slots
sudo ./setup

The program installer will run. You will be prompted to setup the scoreboard connection, and then the system will install all necessary files, and remove the installer folder.

File Locations

  • Configuration files: /etc/opt/slots/
  • Program files: /opt/slots/
  • Command scripts: /opt/slots/bin/
  • Variable files: /var/opt/slots/

Config File

The config file is located at /etc/opt/slots/slots.conf. It will look something like the following:

AUTH=authtoken
NAME=team name
ID=team id

Note

In order to get the password of the team, it must be created on the scoreboard. You can find the password in the Password column of the table on the Teams page.

About

A GUI slot machine written in Python utilizing its Tkinter GUI package.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.2%
  • Shell 41.8%