willwade / pyvjoy

Python Bindings for vJoy (http://vjoystick.sourceforge.net)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# pyvjoy

pyvjoy is a set of python binding for <a href='vjoystick.sourceforge.net'>vJoy</a>. 


### Requirements

Install vJoy from http://vjoystick.sourceforge.net/site/. It is recommended to also install the vJoy Monitor and Configure vJoy programs. These should be an option during installation.


### Installation

Simple! This package is installable by pip

`pip install pyvjoy`

After vJoy and pyvjoy have been installed, you may need to copy the vJoyInterface.dll file from your installation location to the location of the python package.


### Usage

With this library you can easily set Axis and Button values on any vJoy device. Low-level bindings are provided in `pyvjoy._sdk`.

### Licence

MIT

About

Python Bindings for vJoy (http://vjoystick.sourceforge.net)

License:MIT License


Languages

Language:Python 100.0%