https://github.com/polarhive/py-typer
UE23CS151A: Python mini-project
https://github.com/polarhive/py-typer
monkeytype pesu python speedtyping tkinter ue23cs
Last synced: 5 months ago
JSON representation
UE23CS151A: Python mini-project
- Host: GitHub
- URL: https://github.com/polarhive/py-typer
- Owner: polarhive
- License: gpl-3.0
- Created: 2023-09-20T10:01:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T02:06:41.000Z (over 2 years ago)
- Last Synced: 2025-09-21T02:57:50.008Z (9 months ago)
- Topics: monkeytype, pesu, python, speedtyping, tkinter, ue23cs
- Language: Python
- Homepage:
- Size: 7.51 MB
- Stars: 0
- Watchers: 1
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UE23CS151A speedtyping-test
``` text
> python mini-project: speedtyping-test
```
## problem statement:
Creating a typing test tool that measures users typing speed and accuracy,
providing an entertaining way to improve keyboard skills.
[](/docs/demo.mp4)
## features:
01. WPM: Nilay
02. Accuracy: Nathan
03. Modes of Difficulty: Nevin
04. Modes of total time: Navneet
05. Freestyle mode (random words): Nathan
06. Modes of types of text: Nilay
07. Sounds feedback for keypresses: Nevin
08. Graph to map out progress: Navneet
## deps:
```
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
## credits:
[](https://www.gnu.org/licenses/gpl-3.0.txt)
```
Copyright © 2023:
Licensed under the GPLv3.0
PES2UG23CS368 Nathan Matthew Paul
PES2UG23CS371 Navneet Nayak
PES2UG23CS381 Nevin Mathew Thomas
PES2UG23CS390 Nilay Srivastava
```