Skip to content

aeilot/ancient-chinese-dict-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ancient Chinese Dictionary for CLI

A CLI dictionary for ancient Chinese, written in Python. The source of the dictionary comes from the repo lwl5219/ancient_chinese.

Usage

Try perusing the built-in references!

python app.py --help

Building

First, you need to install all the requirements.

pip install -r requirements.txt

Then you can run this program with python app.py.

Credit

Dictionary data are from lwl5219/ancient_chinese.

App built with Typer.