Skip to content

willwade/pyvjoy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%