An event driven library for connecting xbox controllers to pyton code written in Python 3.7.
Requirements:
- Python 3.7
- Xbox or Xbox Elite controller
In order to use this library:
- Add
-e git://github.com/HCI902E18/inputz#egg=inputzto requirements.txt - Or run
pip install git://github.com/HCI902E18/inputz#egg=inputz
In order to implement this library:
- Please look at the examples in the
examplesfolder to see implementation examples