vba-wrapper

wrapper for the VBA emulator


License
BSD-3-Clause
Install
pip install vba-wrapper==0.0.3

Documentation

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. Future versions will be included through setup.py by default, but for now this is a manual procedure. Continue installing by the following steps.

pip install -U vba-wrapper

or

git clone git://github.com/kanzure/python-vba-wrapper.git
cd python-vba-wrapper/
python setup.py install

testing

nosetests

usage

import vba_wrapper
vba = vba_wrapper.VBA("/home/kanzure/code/pokecrystal/pokecrystal.gbc")
vba.run() # press f12 to get back to python

license

BSD