Metadata-Version: 2.1
Name: rpsgames
Version: 1.0.3
Summary: ROCK PAPER SCISSORS GAME
Author: ANSH
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ROCK PAPER SCISSORS
useful library for playing rock paper scissors

## Installation
```
pip install rpsgames
```
## example 
```python
import rpsgames

rpsgames.main()
```

**JOIN OUR DISCORD SERVER FOR SUPPORT**\
[DISCORD LINK](https://bhbotlist.tech/dc)



