2024-06-04 05:58:41 +01:00
|
|
|
# typeinc
|
|
|
|
|
2024-06-09 13:15:02 +01:00
|
|
|
> An `ncurses` based terminal typing speed test program, written in Python.
|
2024-06-04 05:58:41 +01:00
|
|
|
> 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 13:15:02 +01:00
|
|
|
- Display the top 10 rank list for input difficulty level:
|
2024-06-04 05:58:41 +01:00
|
|
|
|
2024-06-09 13:15:02 +01:00
|
|
|
`typeinc {{-r|--ranklist}} {{difficulty_level}}`
|
2024-06-04 05:58:41 +01:00
|
|
|
|
2024-06-09 13:15:02 +01:00
|
|
|
- Get random English words present in our wordlist:
|
2024-06-04 05:58:41 +01:00
|
|
|
|
2024-06-09 13:15:02 +01:00
|
|
|
`typeinc {{-w|--words}} {{word_count}}`
|
2024-06-04 05:58:41 +01:00
|
|
|
|
2024-06-09 13:15:02 +01:00
|
|
|
- Calculate hypothetical Typeinc score:
|
2024-06-04 05:58:41 +01:00
|
|
|
|
2024-06-09 13:15:02 +01:00
|
|
|
`typeinc {{-s|--score}}`
|