Skip to content

gdarid/gridz

Repository files navigation

Gridz

Gridz is a Python tool used for generating images

There is a streamlit application here : Gridz

Please have a look at the "sample_images" folder to see examples of generated images

This image generation tool is inspired from Lindenmayer Systems.

Setup Instructions

Install required Python modules

pip install -r requirements.txt

Use cases

  1. To view or execute the files, please refer to "samples*.py"
  2. The resulting images will be stored in the "sample_images" directory
  3. Consider slightly increasing the number of iterations to enhance the image quality
  4. Alternatively, reducing the number of iterations will expedite the process

Streamlit application

The streamlit application can be launched locally

streamlit run streamlit_app.py

Notes

This project is an ongoing personal project (with documentation and redesign currently in progress).

The unit tests have not been written yet, and unfortunately, type hinting has not been implemented yet.

About

Tool for image generation based on a grid and subgrids

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages