Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 613 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 613 Bytes

kohokoho (को हो को हो !)

Installation

pip install kohokoho

asciicast

Installation (from source)

Clone the repository

git clone https://github.com/ayushsubedi/kohokoho

CD into the cloned directory and create a virtualenv

python -m venv env

Enable virtualenv

.\env\Scripts\activate

Install dependency packages from requirements.txt

pip install -r requirements.txt

Run the app

python kohokoho.py --csv={location of csv file}