This project generates a printable Sudoku puzzle book in PDF format, including puzzles and their solutions at various difficulty levels.
- Generates Sudoku puzzles of three difficulties: easy, medium, and hard
- Automatically creates a PDF with puzzles and solutions
- Customizable number of puzzles per difficulty
- Python 3.x
- reportlab (see
requirements.txt)
- Install dependencies:
pip install -r requirements.txt - Run the script:
This will generate a
python main.py
sudoku.pdffile in the project directory.
- The generated PDF will contain puzzles and their solutions, formatted for easy printing.
This project is provided for educational and personal use.