Git Product home page Git Product logo

word-master's Introduction

WordMaster

A simple word game

Description

    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.

Modules used :

    1. Python Text to Speech : pyttsx3 - for converting text to speech,
    2. Speech Recognition : speech_recognition - for recognizing your speech

Future Scope :

    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

Instructions to play the game

step 1: clone this repo.
step 2: Run the command "python game.py"
and there you go play the game and enjoy.

Contributing Instruction

1. Fork the Repository

2. Clone the Forked Repository

git clone https://github.com/<your user name>/word-master.git

3. Add an Upstream

git remote add upstream https://github.com/shawavisek35/word-master.git

4. Make the desired changes and save the file

Perform this operations.

git add .
git commit -m "message"
git push -u origin master

5. Go to the forked repository in web and create a pull request

To keep your forked repo up to date with the original repo do

git pull upstream master

word-master's People

Contributors

shawavisek35 avatar pritikmshaw avatar tasneemparveen avatar avisek-3524 avatar shalini-tiwari avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.