https://github.com/kanzure/python-vba-wrapper
python ctypes wrapper for the VBA emulator
https://github.com/kanzure/python-vba-wrapper
Last synced: about 2 months ago
JSON representation
python ctypes wrapper for the VBA emulator
- Host: GitHub
- URL: https://github.com/kanzure/python-vba-wrapper
- Owner: kanzure
- License: other
- Created: 2013-09-09T01:25:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T18:45:43.000Z (over 8 years ago)
- Last Synced: 2025-02-06T20:21:09.725Z (2 months ago)
- Language: Python
- Size: 156 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kanzure/python-vba-wrapper - python ctypes wrapper for the VBA emulator (Python)
README
# python-vba-wrapper
**python-vba-wrapper** is a python ctypes wrapper for the VBA emulator.
## installing
Follow the build instructions in the README for
[vba-linux](https://github.com/kanzure/vba-linux). Future versions will be
included through setup.py by default, but for now this is a manual procedure. Continue installing by the following steps.```bash
pip install -U vba-wrapper
```or
```bash
git clone git://github.com/kanzure/python-vba-wrapper.git
cd python-vba-wrapper/
python setup.py install
```## testing
```bash
nosetests
```## usage
```python
import vba_wrapper
vba = vba_wrapper.VBA("/home/kanzure/code/pokecrystal/pokecrystal.gbc")
vba.run() # press f12 to get back to python
```## license
BSD