Mochi Cards Creator is a tool designed for Russian-speaking users to effectively learn English vocabulary. This application leverages spaced repetition to optimize the learning process.
- Vocabulary Import: Import your vocabulary using Bab.la to Mochi.
- Customizable Decks: Create and manage your own flashcard decks.
- Clone the repository:
git clone https://github.com/xnd-r/mochi-cards-creator.git
- Navigate to the project directory:
cd mochi_cards_creator
- Install the required dependencies:
pip3 install -r requirements.txt
MOCHI_TOKEN
is required to access the Mochi API. You can obtain the token in your Account settings -> API Keys.
Example of usage:
MOCHI_TOKEN=YOUR_MOCHI_TOKEN python3 import_cards.py --deck_name test_deck --words "hello world"
python3 import_cards.py --deck_name test_deck --mochi_token MOCHI_TOKEN --words vocab/test_vocab.txt