Lomo is a simple language learning tool built for the purpose of language learning. It's designed around the idea of learning the top 1000 most common words as a way to bootstrap yourself into deeper language learning.
The tool is best used alongside various memory tecnhiques such as Mnemonics and spaced repetition. I find saying the words out loud as I enter them helps to increase retention as well. If you're not sure of the pronuciation, you can use a tool like Google Translate to hear the word spoken aloud.
Right now I don't have a way to distribute this tool, so you'll need to clone the repository and build locally. If there is ever enough interest, I may package it up for easier installation. Right now build scripts only support linux and macOS but it should be easy enough to build on Windows with minor modifications.
Clone the repository and run install commands:
git clone https://github.com/decarlec/lomo.git
cd lomo
make install