Metadata-Version: 2.4
Name: my_eldar_gamebox
Version: 0.1.0
Summary: Collection of fun terminal games for Python
Author: Eldar
Author-email: eldaraliyev675@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# 🎮 GameBox

## Guess the Number

```python
from gamebox.guess_number import play
play()
