Menu

Tree [5a79f7] master /
 History

HTTPS access


File Date Author Commit
 About 2017-11-30 Nihal Murmu Nihal Murmu [5a79f7] edit comment
 WPM 2017-11-30 Nihal Murmu Nihal Murmu [5a79f7] edit comment
 resource 2017-11-30 Nihal Murmu Nihal Murmu [463b97] Code added
 .gitignore 2017-11-30 Nihal Murmu Nihal Murmu [366846] add gitignore
 LICENSE 2017-11-29 Nihal Murmu Nihal Murmu [f72f33] Initial commit
 README.md 2017-11-29 Nihal Murmu Nihal Murmu [057864] Update README.md
 Type_Master.py 2017-11-30 Nihal Murmu Nihal Murmu [463b97] Code added
 Type_Master_support.py 2017-11-30 Nihal Murmu Nihal Murmu [e6b8f8] removed print statement

Read Me

Type-Master

Simple Application for testing and improving typing speed.
Makes use of all 10 fingers efficiently

Dependencies

  • Python 2 and above
  • Tkinter
  • Keyboard ;)

Running

Clone the repository or download the zip file

git clone https://github.com/nihalmurmu/Type-Master.git

Run the application by executing following command

python Type_Master.py

or

python3 Type_Master.py

Files Included

Type-Master
|-- README.md
|-- LICENSE
|-- Type_Master.py
|-- Type_Master_support.py
|-- About
|   |-- __init__.py
|   |-- about.py
|   |-- about_support.py
|-- WPM
|   |-- __init__.py
|   |-- wpm.py
|   |-- wpm_support.py
|-- resource
|   |-- Data
|   |   |-- 1.dat
|   |   |-- ...
|   |   |-- 5.dat
|   |-- fingers
|   |   |-- f1.png
|   |   |-- ...
|   |   |-- f9.png
|   |-- icon
|   |   |-- icon.png

Built With

  • Page - Tkinter GUI builder

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details