Metadata-Version: 2.4
Name: sorsludoku-game
Version: 0.1.0
Summary: Python ve Streamlit ile Sudoku oyunu
Author: Mel1h & ChatGPT(OpenAI)
Author-email: Melih Orslu <example@email.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: streamlit
Dynamic: author
Dynamic: requires-python

# Sudoku Game

This project is a simple Sudoku game built with [Streamlit](https://streamlit.io) and [NumPy](https://numpy.org).  
It allows users to play Sudoku interactively in their browser.

## Features
- Play Sudoku directly in the browser using Streamlit.
- Random puzzle generation.
- Input validation.
- Clean and minimal UI.

## Installation
```bash
pip install sorsludoku-game
