A simple word game
A small python script for playing a word game. The User will be asked an incomplete word and he/she needs to complete that word within a given time.
The special feature of this game is that you do not need to use your keyboard while playing the game.
1. Python Text to Speech : pyttsx3 - for converting text to speech,
2. Speech Recognition : speech_recognition - for recognizing your speech
1. Use of Multi threading,
2. Create a mobile app using Kivy or any other framework,
3. Implementation of AI for making it more better,
4. Add levels,
5. Adding more words
step 1: clone this repo.
step 2: Run the command "python game.py"
and there you go play the game and enjoy.
git clone https://github.com/<your user name>/word-master.git
git remote add upstream https://github.com/shawavisek35/word-master.git
git add .
git commit -m "message"
git push -u origin master
git pull upstream master