Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 730 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 730 Bytes

About

Command line-based BJCP content learning tool.

Implemented with Python and Click

catalogue.png

content.png

content2.png

How To Use

  1. git clone for your local machine
  2. cd into the directory
  3. pip install -r requirements.txt
  4. at the dictionary project root, pip install --editable .
  5. bjcp --help to see the available commands

TODO

  • More fragmented learning features
  • Display beautification (tables, etc.)
  • Custom configuration
  • Flexible keyword highlighting

Acknowledgements