A CLI dictionary for ancient Chinese, written in Python. The source of the dictionary comes from the repo lwl5219/ancient_chinese.
Try perusing the built-in references!
python app.py --help
First, you need to install all the requirements.
pip install -r requirements.txt
Then you can run this program with python app.py
.
Dictionary data are from lwl5219/ancient_chinese.
App built with Typer.