Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayushsubedi/kohokoho

CLI tool to obfuscate/anonymize a dataset
https://github.com/ayushsubedi/kohokoho

cli click gdpr-compliant python

Last synced: about 2 months ago
JSON representation

CLI tool to obfuscate/anonymize a dataset

Awesome Lists containing this project

README

        

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

#### Installation

`pip install kohokoho`

[![asciicast](https://asciinema.org/a/EQtBLYwDtucQ1qB1GK09adkjk.svg)](https://asciinema.org/a/EQtBLYwDtucQ1qB1GK09adkjk)

### 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}`