https://github.com/skyborgff/rattletrappython
https://github.com/skyborgff/rattletrappython
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/skyborgff/rattletrappython
- Owner: skyborgff
- Created: 2019-10-30T00:58:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T16:16:32.000Z (over 6 years ago)
- Last Synced: 2025-04-19T22:43:57.517Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rattletrap Python
[](https://badge.fury.io/py/RattletrapPython)
`pip install RattletrapPython`
```python
import RattletrapPython.rattletrap as rat
rat.parse(r'path.replay', r'path.json')
rat.generate(r'path.json', r'path.replay')
```