Console utility to generate test data.
To Create the virtual environment and install the packages:
make venv
To activate the virtual environment:
source venv/bin/activate
To run the CLI application:
magicgenerator [--argument_name VALUE]
To get the additional information about application and arguments:
magicgenerator -h
To run the tests:
python3 tests/tests.py