A simple Sudoku generator and solver. It can create Sudoku puzzles, solve them, and export results to PDF.
This command generates 5 Sudoku puzzles and saves them into example/output.pdf.
python annular_gen.py --count 5 --out exampleCheck the example/ folder for sample outputs:
example/output.pdf– multiple Sudoku puzzlesexample/sudoku_1.png– a single Sudoku puzzleexample/sudoku_1_solution.png– the corresponding solution
![]() Example annular sudoku |
![]() Example annular sudoku solution |
- Python 3.8+
- matplotlib
Install dependencies:
pip install -r requirements.txtMIT

