8000 GitHub - Sakura-sx/typr: TUI typing test with a word selection algorithm inspired by keybr
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sakura-sx/typr

Repository files navigation

typr

typr

TUI typing test with a word selection algorithm inspired by keybr

Features

  • Word selection algorithm to optimize your typing speed inspired by keybr weighted by:
    • Accuracy with the letter
    • Frequency of the letter in the English language
    • Speed at which you type the letter
  • A cool TUI with curses
  • Stores your data in a JSON file

Installation

Windows

git clone https://github.com/Sakura-sx/typr.git
cd typr
pip install -r requirements.txt
python3 main.py

Linux

git clone https://github.com/Sakura-sx/typr.git
cd typr
python3 main.py

Usage

Running it normally

python3 main.py

To forgive errors

python3 main.py --forgive-errors

To set the time limit

python3 main.py --time 60

To set the words limit

python3 main.py --words 100

To run it forever

python3 main.py --forever

Roadmap

  • Add a setting for the wordlist.
  • Add a setting for the language.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL-3.0

About

TUI typing test with a word selection algorithm inspired by keybr

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0