https://github.com/alexw00/mochi2anki
https://github.com/alexw00/mochi2anki
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexw00/mochi2anki
- Owner: AlexW00
- Created: 2023-10-24T20:49:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T18:23:19.000Z (over 2 years ago)
- Last Synced: 2025-02-14T11:00:25.669Z (over 1 year ago)
- Language: Python
- Size: 611 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mochi -> Anki Converter
Simple converter script to convert Mochi cards to Anki cards.
## Usage
1. Export a Mochi deck:
- right click on the deck
- select `Export`
- select `Mochi Format`
- download the file
- unzip the file
- copy the path to the `data.json` file
2. Create a `config.yml` file for the script (see example-config.yml)
3. install anki-connect
4. Run the script with `python3 mochi2anki.py `
5. The script will create import all cards via anki-connect
## Limitations
- no support media files or special template fields
- -> only supports basic fields (e.g. text)