The results in scorelog.txt are not real winnings but are from testing the program to show how it works
A Python Tkinter App which lets users put on bets on virtual horses with a virtual currency. These horses have odds and a random horse is selected each race
-> The user must enter their age. They cannot enter if their age is under 18
-> The User is prompted to login or register an account
-> The User is directed to the home screen where they can view horses and their odds, logout and place bets
-> The logout button takes the user back to the login screen
-> The Place Bet button prompts user to place their bet and choose a horse
-> A delay of a couple seconds occurs then the winner is announced
-> If the player has won, their winnings will be shown in the messagebox
-> The user is directed back to home page and results are saved to scorelog.txt
git clone (repo) cd (repo)
python horsebet.py
python3 horsebet.py
-> Python
-> Tkinter
-> Update GUI
-> Add more horses