Metadata-Version: 2.4
Name: puzzle-party
Version: 0.1.3
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Puzzle Party

**Puzzle Party** is a Python module for generating various types of puzzles, including Sudoku, Nonograms, and Minesweeper. It leverages Rust and the PyO3 library for exceptional performance, making it suitable for puzzle enthusiasts, developers, and educators.

---

## Features

- **Sudoku Generator**:
  - Create 9x9 Sudoku puzzles with varying difficulty levels: `easy`, `medium`, and `hard`.
- **Nonogram Generator**:
  - Generate row and column hints for Nonogram puzzles of custom dimensions.
- **Minesweeper Generator**:
  - Create Minesweeper grids with customizable dimensions and mine counts.

---

## Installation

You can install this package via pip:

```bash
pip install puzzle-party

