de7ign / Type-Master

Simple Application for testing and improving typing speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type-Master

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

Dependencies

  • Python 2 and above
  • Tkinter
  • Pillow
  • 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

About

Simple Application for testing and improving typing speed.

License:MIT License


Languages

Language:Python 100.0%