Metadata-Version: 2.4
Name: games-hitesh14
Version: 1.0.0
Summary: A collection of fun games: Bulls and Cows, Guess the Number, Rock Paper Scissors.
Home-page: https://github.com/hitesh14/games
Author: Hitesh
Keywords: games,fun,bulls and cows,guess the number,rock paper scissors
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Classifier: Intended Audience :: End Users/Desktop
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-python
Dynamic: summary

# Games

A collection of fun and simple Python games, including:

- **Guess the Number**
- **Bulls and Cows**
- **Rock Paper Scissors**

## Installation

You can install the package using pip (after publishing to PyPI):

```
pip install Games
```

Or install locally:

```
pip install .
```

## Usage

```python
from pack2 import guess_the_number, play_bulls_and_cows, play_rps

guess_the_number()
play_bulls_and_cows()
play_rps()
```

## Games Included

### Guess the Number
Try to guess a randomly selected number within a limited number of attempts.

### Bulls and Cows
A classic code-breaking game where you guess a secret number and get feedback on your guesses.

### Rock Paper Scissors
Play the classic hand game against the computer.

## License

MIT License

---

**Author:**
