An open API service indexing awesome lists of open source software.

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

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.

[![demo](/docs/demo.gif)](/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:

[![license: GPLv3 or Later](https://polarhive.net/assets/badges/gpl-3.svg)](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
```