How to run the project
$ cd akuru-cli
$ python3 -m venv venv
$ source venv/bin/activate
(venv)$ pip install -r requirements.txt
How to install a font
$ python3 main.py install "Abhaya Libre"
How to uninstall a font
$ python3 main.py uninstall "Abhaya Libre"