crossword icon indicating copy to clipboard operation
crossword copied to clipboard

Python library for handling crossword puzzles

Results 4 crossword issues
Sort by recently updated
recently updated
newest added

Upstreaming a fix from https://github.com/century-arcade/xd, which vendors a copy of this library. See https://github.com/century-arcade/xd/commit/dc5a6cf12c396b4c4716b73079da0174e3e07d41 and https://github.com/century-arcade/xd/issues/63 for reference.

Hi, it looks like this package is released to PyPI: https://pypi.org/project/crossword/ but the repository doesn't have a corresponding tag to the upload releases, making it a bit tricky to match...

Hello, I get import error when running: from crossword import Crossword in the interpreter. Python 3.4.3

The `puzpy` module relies on `.fill` being set to a string the same length as `solution` (width*height). This library doesn't set it which leads to corrupted files. Workaround: puz =...

bug