HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

typeinc — An `ncurses` based terminal typing speed test program, written in Python. Try out different difficul

Submitted by: @import:tldr-pages··
0
Viewed 0 times
typeincterminalcommandspeedclincursesbasedtyping

Problem

How to use the typeinc command: An ncurses based terminal typing speed test program, written in Python. Try out different difficulty levels and improve your typing speed. More information: <https://github.com/AnirudhG07/Typeinc>.

Solution

typeinc — An ncurses based terminal typing speed test program, written in Python. Try out different difficulty levels and improve your typing speed. More information: <https://github.com/AnirudhG07/Typeinc>.

Enter the typing test:
typeinc


Display the top 10 rank list for input difficulty level:
typeinc {{[-r|--ranklist]}} {{difficulty_level}}


Get random English words present in our wordlist:
typeinc {{[-w|--words]}} {{word_count}}


Calculate hypothetical Typeinc score:
typeinc {{[-s|--score]}}

Code Snippets

Enter the typing test

typeinc

Display the top 10 rank list for input difficulty level

typeinc {{[-r|--ranklist]}} {{difficulty_level}}

Get random English words present in our wordlist

typeinc {{[-w|--words]}} {{word_count}}

Calculate hypothetical Typeinc score

typeinc {{[-s|--score]}}

Context

tldr-pages: common/typeinc

Revisions (0)

No revisions yet.