This project was created to allow users to create a randomized grid of colors. It allows the user to select the number of options as well as the color and quantity for each option. The tool will then create a grid where no two squares of the same color are touching.
I originally built this in Python as a tool to help my mother. She was working on a quilt with several different fabric squares, but was having issues creating a nice, random design where no squares of the same type were touching. After I built that, I decided to create a web version so that others could use the same tool. That brings us here!