Getting bored! Let's play Tambola/Housie. This software genrates and speaks randomly generated numbers form 1 to 90 and on every number call that number is shown on right screen along with that number is marked by a red circle on the tambola board. It also give you option to pause the game.Along with that if you want to make delay between number call as slow or fast you can also do that by entering your desired time delay.Play tambola with absolute no cheating and have fun with your friends and family. GIVE IT A TRY!
- Python is used to code this software.
- OpenCV deals with the images.
- Playsound is used to produce the desired sound.
- Google gTTs is used produce requrired audio files.
- Tkinter is used to design the GUI.
- Calls numbers randomly (with sound).
- Set your time between number calls.
- Lets you pause between the game.
- Keeps track of previous number along with remaining number.
- Direct acess to tombola board during the game.
- No INTERNET Required.
- Clone the repository and Unzip it.
- Navigate to the folder.
- Open cmd/PowerShell or terminal in that directory.
- Run command "pip install -r requirements.txt"
- Run command "python main.py"
NOTE: Python must be installed on your system along with pip and all enviroment variables must be configured accordingly.