Simple maze generator, written in python3 using pillow as the only dependancy.
Option to save generated maze as an image
If you'd like to change the appearance of the maze, changing these will produce different results:
create_background
size
cell_size
PIL - https://pypi.org/project/pillow/
pip install pillow




