Type-Master Code
Simple Application for testing and improving typing speed.
Brought to you by:
nihalmurmu
File | Date | Author | Commit |
---|---|---|---|
About | 2017-11-30 |
![]() |
[5a79f7] edit comment |
WPM | 2017-11-30 |
![]() |
[5a79f7] edit comment |
resource | 2017-11-30 |
![]() |
[463b97] Code added |
.gitignore | 2017-11-30 |
![]() |
[366846] add gitignore |
LICENSE | 2017-11-29 |
![]() |
[f72f33] Initial commit |
README.md | 2017-11-29 |
![]() |
[057864] Update README.md |
Type_Master.py | 2017-11-30 |
![]() |
[463b97] Code added |
Type_Master_support.py | 2017-11-30 |
![]() |
[e6b8f8] removed print statement |
Simple Application for testing and improving typing speed.
Makes use of all 10 fingers efficiently
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
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
This project is licensed under the MIT License - see the LICENSE.md file for details