typo-eq

Crates.iotypo-eq
lib.rstypo-eq
version0.3.0
sourcesrc
created_at2022-09-29 20:30:57.487264
updated_at2022-12-31 15:23:45.297617
descriptionTypo-eq is a typing training app for other languages. All it needs is a dictionary for words and their translations.
homepage
repositoryhttps://github.com/onelikeandidie/typo-eq
max_upload_size
id676903
size634,135
Pedro Pires (onelikeandidie)

documentation

README

Typo-eq

Typo-eq is a typing training app for other languages. All it needs is a dictionary for words and their translations.

Currently this app only supports xdxf dictionary files, so be sure to download one for the language you want. I recomend the Swedish-English dictinary available at https://folkets-lexikon.csc.kth.se/folkets/om.en.html.

To start the application, make sure you have rust installed and put your dictionary data somewhere accessible to the app. Then run the following command in your terminal.

cargo run -- --dict path/to/xdxf/file

A short loading screen should appear as your dictionary is loaded. Bigger dictionaries typically take longer (obvio), the Svenska-English dictionary from the Swedish People's Dictionary takes around 1.32 seconds.

Screenshots

First Line Completed 1 Word Final Screen

Commit count: 17

cargo fmt