/Typing-Speed-Test

Primary LanguagePythonMIT LicenseMIT

TYPING SPEED TEST PYTHON.

A program to measure the typing speed of user.

Currently, it takes sentences from only one file.(Sentences.txt)

How you Can contribute:

  1. Fork this repository.

  2. Clone the forked repo:

git clone <link of the forked repo>
  1. Make the required changes (make sure there are no conflicts with existing codes).

  2. Add the changes made to staging area:

git add <filename>

OR if you want to add all files at once:

git add . 
  1. Commit the changes once finalized:
git commit -m "write a meaningful commit message"
  1. Push the commited changes to the forked repo:
git push
  1. Create a Pull request

How to run the program :

  1. Make a clone int your local system.

  2. Run the Speed typing.py file .

Happy coding fellas!!

Don't worry newcomers!! Everyone's PRs will be merged, just follow the steps properly!!

Make this your first step to development and open source. Get the confidence you require!! All of your suggestions are welcome!!