Allows one to generate Chinese practice worksheets.
- Simplified and traditional Chinese
- Stroke order
- Radicals
- Words
- Customizable pinyin and translation
- Customizable title and grid style
- Make Me a Hanzi dataset
- CEDICT dataset
- cairosvg
- reportlab
- flask
- SourceHanSansTC-Normal.ttf
- TagManager
- Place TagManager folder into frontend folder
- Windows 10 64-bit notes
- Use parentheses to group multiple characters together. This will add definition of such words into the sheet.
gen.py
gen.py --makemeahanzi=$MAKEMEAHANZI_PATH --cedict=$CEDICT_PATH --characters='你好' --title='Vocabulary' --guide='star'
gen.py --makemeahanzi=$MAKEMEAHANZI_PATH --cedict=$CEDICT_PATH --characters='(你好)' --info # Generate character_infos.json
# You may edit the 'character_infos.json' and 'word_infos.json' to customize pinyin, translation and words
gen.py --makemeahanzi=$MAKEMEAHANZI_PATH --title='Vocabulary' --guide='star' --sheet # Generate worksheet
cd backend
python3 -m unittest discover
This project is released under the GPLv3 license, for more details, take a look at the LICENSE.txt file in the source code.