kerrickstaley / chineseflashcards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chineseflashcards

This is a Python 3 library for generating Chinese vocabulary flashcards. It is based on genanki; the genanki documentation is useful for getting started with this library. This library is used in Chinese-Prestudy.

Build Status

Publishing to PyPI

If your name is Kerrick, you can publish the chineseflashcards package to PyPI by running these commands from the root of the repo:

rm -rf dist/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

Note that this directly uploads to prod PyPI and skips uploading to test PyPI.

About

License:Other


Languages

Language:Python 78.4%Language:JavaScript 14.0%Language:CSS 5.8%Language:Makefile 1.8%