Metadata-Version: 2.4
Name: RP5RS
Version: 1.0.1
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()
```
You can put a elf file in the SetCurrentGameTo() function like this
```python
RP5RS.SetCurrentGameTo(myGame.elf)
```
But if you dont put a file in there it will grab the first one from the home folder

Note:this only works for a keyboard right now also make sure for right now you plug in the keyboard first or it wont work right
