Metadata-Version: 2.4
Name: OddEven-SP
Version: 2.1.0
Summary: So, welcome to my first ever Python Project! That is a game based on Odd Even, but with a twist of Cricket!
Author-email: Aarav Gupta <tribejustice35@gmail.com>
License: Apache Software License
Project-URL: Homepage, https://github.com/Aarav2709/OddEven-SP
Keywords: OddEven,SinglePlayer,Game,Cricket,Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

So, welcome to my first ever **Python Project**! That is a game based on *Odd Even*, but with a twist of **Cricket!**
To install the Game, run `pip install OddEven-SP` in your Terminal. If you have already installed the game, then please run `pip install OddEven-SP --upgrade`. 

To initiate the game, you need to create a new Python File and type:
```py
from OddEvenSP import odd_even_game
odd_even_game()
```
# Enjoy! Make sure to give Feedback!

[![PyPI Downloads](https://static.pepy.tech/badge/oddeven-sp)](https://pepy.tech/projects/oddeven-sp)
