Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metaxal/learn-to-type
A very simple Racket GUI program to learn to type by copying a text.
https://github.com/metaxal/learn-to-type
racket racket-gui
Last synced: about 1 month ago
JSON representation
A very simple Racket GUI program to learn to type by copying a text.
- Host: GitHub
- URL: https://github.com/metaxal/learn-to-type
- Owner: Metaxal
- License: lgpl-3.0
- Created: 2013-11-01T15:19:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T08:49:59.000Z (almost 7 years ago)
- Last Synced: 2024-12-01T04:34:40.666Z (about 1 month ago)
- Topics: racket, racket-gui
- Language: Racket
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn to Type
A very simple Racket GUI program to learn to type by copying a text.
## How to use
To install, just type in a terminal:
```raco pkg install learn-to-type```Then run with
```racket -l learn-to-type```Copy some text on some webpage and click the paste button. The text appears in the top panel. Then start to type when you are ready.
Some character normalization is applied to avoid uncommon (non-ascii) characters and bad spacing.
The user must then copy the text character by character, without mistake, in the bottom pane.
If any mistake occurs, it must be corrected before going on.Some statistics are given in the status bar once the text is correctly and entirely typed.