DISCLAIMER: This project is still in development and hasn't produced a stable version yet.
PolySloth
is supposed to simplify the acquisiton of vocabulary for aspiring polyglot and even normal language learners.
Collecting and converting new words to flash cards is a tedious process. Therefore PolySloth
aims to automatize big parts of a workflow to add new words to flashcards and minimize the need for human supervision.
The project is written in Python and involves the following third party applications / resources:
To see what future features are planned to be included in this project, check TODO.md
.
The project suggests the following workflow to add new words to your flashcards:
- Add new words to a dedicated
Todoist
project. - Run a Python script involving
Polysloth
. - Take a look at the generated file to correct possible mistakes or look up words that couldn't be found in the dictionary.
- Import the file with
Anki
. - ???
- Profit!
Contributions of all forms, be it code contributions, bug reports or suggestions are welcome. Please read the
CONTRIBUTE.md
file for more information or visit the project's GitHub page.
TODO: Add info about installation here.
TODO: Add info about adjusting settings here.
TODO: Add info about running the project here.