Metadata-Version: 2.4
Name: RP5RS
Version: 1.0.0
Summary: An automated initialization environment wrapper for MakeCode Arcade on Raspberry Pi 5
Author-email: Jenny Fuller <jennyfuller1085@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# RP5RS
Automated initialization environment wrapper for MakeCode Arcade on the Raspberry Pi 5.
/python module to easily run a makecode arcade game
## How to run:
```python
import RP5RS
RP5RS.SetCurrentGameTo()
RP5RS.RunGame()
