News

This code, written in Python, will output an image of a valid (psuedo-)randomly generated crossword grid. Although there may be no stringent definition of what makes a crossword puzzle layout 'valid,' ...
A simple crossword generator using Python3 Run crossword.py to start. Currently in order to change the size you have to change self.size within the crossword_page.py and customize_page.py files.