Skip to content

xnd-r/mochi-cards-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mochi Cards Creator

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.

Features

  • Vocabulary Import: Import your vocabulary using Bab.la to Mochi.
  • Customizable Decks: Create and manage your own flashcard decks.

Installation

  1. Clone the repository:
    git clone https://github.com/xnd-r/mochi-cards-creator.git
  2. Navigate to the project directory:
    cd mochi_cards_creator
  3. Install the required dependencies:
    pip3 install -r requirements.txt

Usage

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

About

A tool for efficient and effective Mochi cards creation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages