An open API service indexing awesome lists of open source software.

https://github.com/abdnh/anki-pinyin-translator

Anki add-on that imports English words from CSV/text files, pulls Pinyin translation and audio files from Google Translate, and generates notes
https://github.com/abdnh/anki-pinyin-translator

anki anki-addon chinese-simplified chinese-translation google-translate pinyin

Last synced: 3 months ago
JSON representation

Anki add-on that imports English words from CSV/text files, pulls Pinyin translation and audio files from Google Translate, and generates notes

Awesome Lists containing this project

README

        

Anki add-on that imports English words from CSV/text files, pulls Pinyin translation and audio files from Google Translate,
and generates notes.

You can access the add-on from the Tools menu.

The add-on comes with with a simple English-Pinyin notetype that is used for generating the notes.
More flexible options to specify the field mappings and use your own custom notetypes may be added in the future.

Only tested on Anki 2.1.50+, but may work on as far as 2.1.45.

## TODO

- [ ] add dialog for flexible field mappings instead of dictating the use of our template
- [ ] use csv.Sniffer to detect the format of CSV files.