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.
Install required Python modules
pip install -r requirements.txt
- To view or execute the files, please refer to "samples*.py"
- The resulting images will be stored in the "sample_images" directory
- Consider slightly increasing the number of iterations to enhance the image quality
- Alternatively, reducing the number of iterations will expedite the process
The streamlit application can be launched locally
streamlit run streamlit_app.py
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.