Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 724 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 724 Bytes

CSV dummy generator

Use

asciicast

Description

Este generador toma un archivo csv y genera un archivo con las combinaciones posibles (evitando las combinaciones iniciales) y agregando un mail calculado a partir de distintas templates.

Install

pip install -r requirements.txt

Help

./dummy_generator.py -h
# OR
./dummy_generator.py --help

Examples

# Create all dummy rows and save in file
./dummy_generator.py ./examples/nombreApellido.csv output.csv

# Create N dummy rows and save in file
./dummy_generator.py -q N ./examples/nombreApellido.csv output.csv