https://github.com/commandertvis/am-ru-anki
https://github.com/commandertvis/am-ru-anki
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/commandertvis/am-ru-anki
- Owner: CommanderTvis
- Created: 2022-10-29T06:39:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T15:31:50.000Z (about 3 years ago)
- Last Synced: 2025-03-25T17:22:16.619Z (over 1 year ago)
- Language: Python
- Size: 42 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# am-ru-anki
This script uses [mnemocards](https://github.com/guiferviz/mnemocards) generator in order to generate Anki package files with Armenian words from Russian words listed in [words.txt](data/words.txt).
An SQLite dictionary is used. However, it may contain errors, missing or extra words, file an issue if you see a mistake or know a better Russian-Armenian dictionary that can be accessed or parsed freely.
Most words in the default words.txt file are double-checked manually (mistakes in DB were fixed).
words.txt may contain custom translations that do not access DB:
```
кошка;կատու
```
How it looks:

## Usage
1. You can download the ready deck with ~300 words, since it's an artifact of GitHub Actions workslow https://github.com/CommanderTvis/am-ru-anki/actions.
2. Or add more words in PR changing [words.txt](data/words.txt).
3. Or add your words locally, then build manually with
```python
pip install -r requirements.txt
python3 ./main.py generate -f cards_config.json ./data
```