2024-06-04 10:28:41 +05:30
|
|
|
# typeinc
|
|
|
|
|
2024-06-09 09:15:02 -03:00
|
|
|
> An `ncurses` based terminal typing speed test program, written in Python.
|
2024-06-04 10:28:41 +05:30
|
|
|
> Try out different difficulty levels and improve your typing speed.
|
|
|
|
> More information: <https://github.com/AnirudhG07/Typeinc>.
|
|
|
|
|
|
|
|
- Enter the typing test:
|
|
|
|
|
|
|
|
`typeinc`
|
|
|
|
|
2024-06-09 09:15:02 -03:00
|
|
|
- Display the top 10 rank list for input difficulty level:
|
2024-06-04 10:28:41 +05:30
|
|
|
|
2025-03-08 23:08:23 +02:00
|
|
|
`typeinc {{[-r|--ranklist]}} {{difficulty_level}}`
|
2024-06-04 10:28:41 +05:30
|
|
|
|
2024-06-09 09:15:02 -03:00
|
|
|
- Get random English words present in our wordlist:
|
2024-06-04 10:28:41 +05:30
|
|
|
|
2025-03-08 23:08:23 +02:00
|
|
|
`typeinc {{[-w|--words]}} {{word_count}}`
|
2024-06-04 10:28:41 +05:30
|
|
|
|
2024-06-09 09:15:02 -03:00
|
|
|
- Calculate hypothetical Typeinc score:
|
2024-06-04 10:28:41 +05:30
|
|
|
|
2025-03-08 23:08:23 +02:00
|
|
|
`typeinc {{[-s|--score]}}`
|