This my Python project generates Sudoku puzzles. Here are the main features of the code:
-
Sudoku Generation: The code creates a random Sudoku puzzle with four difficulty levels:
- Easy 🟢
- Medium 🟡
- Hard 🟠
- Extreme 🔴
-
Validity: Although the code aims to generate valid puzzles, there may be rare instances of invalid Sudoku puzzles ❌.