Generative art experiments
- Clone the repository
cd
to the repository- Run
pipenv install
orpipenv install --dev
if you're planning on developing (or install with the python dependency manager of your choice if you know what you're doing.)
Run genart --help
to get a list of available commands and experiments.
Writing system by Kim Godgul
- Run
make lint
to run linting and type checking. - Run
make test
to run tests. - Run
pipenv run tox
to do the above in dedicated environments and across all configured Python versions.