Skip to content

aizyuval/termtypetest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTT - terminal typing test

Goal:

Perform a an offline typing test with useful data analays.

Features:

  • accurate typing test of 15, 30, 60, 120 seconds, for 200,1000 most common english words.
  • offline
  • stats: best wpm/accuracy in categories

Notes:

  • it only works on linux
  • There are bugs

Instalation:

There are two ways:

  1. Docker-way: Build and run the image without installing any other dependencies on your machine
$ git clone https://github.com/aizyuval/termtypetest.git
$ cd termtypetest
$ docker build -t typetest .
$ docker run typetest:latest
  1. Source way: Build and run the code on your machine.

Must Have Dependencies:

ncurses

libyaml

libcyaml

run:

$ cd ~
$ git clone github/aizyuval/termtypetest.git
$ cd termtypetest
$ sudo make
$ typetest

About

Terminal typing test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published