pycrossword-generator
is a powerful Python library and CLI tool designed for creating custom crossword puzzles.
pip install pycrossword-generator
From source:
make install
or
pip install .
There are several other libraries, such as pycrossword and crossword-generator, which may cause conflicts if you are using them in your project.
See documentation for more details.
- Add support for user-specified dimensions of the crossword grid.
pycrossword-generator
is released under the MIT License.
See the LICENSE file for license information.