simdict

This is a simple English - Chinese dictionary


Keywords
dictionary
License
MIT
Install
pip install simdict==1.1.4

Documentation

simdict

This is a simple English - Chinese dictionary

Install simdict

via pip

pip install simdict

if simdict does not work, try

sudo pip install simdict

or

git clone https://github.com/4cat/simdict.git
cd simdict
sudo python setup.py install

Usage

simdict word

Screenshot

I just want to try building and distributing packages with Setuptools.