Skip to content
/ learner Public

Simple program to learn definitions / foreign vocabulary.

License

Notifications You must be signed in to change notification settings

kamirr/learner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learner

about

Simple program to learn definitions / foreign vocabulary.

usage

  • learn – display random word and definition
  • learn 'word = meaning' – add new definition*
  • learn quiz – shows random definition and asks for word
  • learn test – tests knowledge of all definitions (like quiz) in random order

It's recommended to save learn.py as /usr/bin/learn and add learn command at very and of ~/.bashrc file. Script requires .word-list file to be placed under ~/ directory to work properly. If you want to keep up–to–date with words from repo you can create symlink ln -s /path/to/repo/.word-list .word-list.
*'word = meaning' format (including spaces) is required to get quiz and test working

Releases

No releases published

Packages

No packages published

Languages