Skip to content

ayushsubedi/kohokoho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Windows

.\env\Scripts\activate

Mac/Linux

source env/bin/activate

Install dependency packages from requirements.txt

pip install -r requirements.txt

Run the app

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