# 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:**
Raw data
{
"_id": null,
"home_page": "https://github.com/hitesh14/games",
"name": "games-hitesh14",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "games, fun, bulls and cows, guess the number, rock paper scissors",
"author": "Hitesh",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/81/d2/60a0d1575b08c1949673c60442a01b79ac75263eb7d15041e9ef4d7fb958/games_hitesh14-1.0.0.tar.gz",
"platform": null,
"description": "# Games\r\n\r\nA collection of fun and simple Python games, including:\r\n\r\n- **Guess the Number**\r\n- **Bulls and Cows**\r\n- **Rock Paper Scissors**\r\n\r\n## Installation\r\n\r\nYou can install the package using pip (after publishing to PyPI):\r\n\r\n```\r\npip install Games\r\n```\r\n\r\nOr install locally:\r\n\r\n```\r\npip install .\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom pack2 import guess_the_number, play_bulls_and_cows, play_rps\r\n\r\nguess_the_number()\r\nplay_bulls_and_cows()\r\nplay_rps()\r\n```\r\n\r\n## Games Included\r\n\r\n### Guess the Number\r\nTry to guess a randomly selected number within a limited number of attempts.\r\n\r\n### Bulls and Cows\r\nA classic code-breaking game where you guess a secret number and get feedback on your guesses.\r\n\r\n### Rock Paper Scissors\r\nPlay the classic hand game against the computer.\r\n\r\n## License\r\n\r\nMIT License\r\n\r\n---\r\n\r\n**Author:**\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A collection of fun games: Bulls and Cows, Guess the Number, Rock Paper Scissors.",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/hitesh14/games"
},
"split_keywords": [
"games",
" fun",
" bulls and cows",
" guess the number",
" rock paper scissors"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "11bb2df73e8774c162a492b7112713edd2463d9c62edf09dcf5c64612d0763a6",
"md5": "c161a1de182a609320e4e28394838424",
"sha256": "81463e983938b085bc6b02b914290e8f7906bfcd503396341b0c21b1b8c732cd"
},
"downloads": -1,
"filename": "games_hitesh14-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c161a1de182a609320e4e28394838424",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3668,
"upload_time": "2025-08-11T10:29:25",
"upload_time_iso_8601": "2025-08-11T10:29:25.701660Z",
"url": "https://files.pythonhosted.org/packages/11/bb/2df73e8774c162a492b7112713edd2463d9c62edf09dcf5c64612d0763a6/games_hitesh14-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "81d260a0d1575b08c1949673c60442a01b79ac75263eb7d15041e9ef4d7fb958",
"md5": "cfcf1af9a0ebf1a4d4ead3837ac4c908",
"sha256": "264f2ceb69c5018aab61cc41b4f4727483b69d6bbc753acc0be810d83e424f8d"
},
"downloads": -1,
"filename": "games_hitesh14-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "cfcf1af9a0ebf1a4d4ead3837ac4c908",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3005,
"upload_time": "2025-08-11T10:29:27",
"upload_time_iso_8601": "2025-08-11T10:29:27.560676Z",
"url": "https://files.pythonhosted.org/packages/81/d2/60a0d1575b08c1949673c60442a01b79ac75263eb7d15041e9ef4d7fb958/games_hitesh14-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-11 10:29:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hitesh14",
"github_project": "games",
"github_not_found": true,
"lcname": "games-hitesh14"
}