Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 946 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 946 Bytes

Define

A CLI that helps you with defination of the world

Screenshot

Alt text Suported languages:

  • English

Requirements

  • Python
  • pip
  • less (text paper)

Build

Clone the project into your directory

git clone "https://github.com/empitrix/define_word"
cd define_word .
# install Python requirements libraries
pip install -r ./requirements.txt
# to run the project
python ./main.py

How To Run

For this project, you need to set alias for main.py.  The reason why there is no executable file for different platforms is that Python is actually super slow to use in a CLI, and the project is just an educational test for me.

Acknowledgement

  • Free Dictionary API: The main API of the CLI
  • Rich: Rich is a Python library for rich text and beautiful formatting in the terminal.