Metadata-Version: 2.4
Name: JoyIT_WLGamepad
Version: 1.0.1
Summary: Library to use the SBC-WLGamepad with the Raspberry Pi
Home-page: https://github.com/joy-it/JoyIT_WLGamepad
Author: Joy-IT
Author-email: Joy-IT <service@joy-it.net>
Project-URL: Homepage, https://github.com/joy-it/JoyIT_WLGamepad
Project-URL: Issues, https://github.com/joy-it/JoyIT_WLGamepad/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lgpio
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# JoyIT_WLGamepad
Library to use the SBC-WLGamepad with the Raspberry Pi

## Installation
You can install this library from PyPI.
To install it for the current user on your Raspberry Pi, use the following command:
```
pip install JoyIT_WLGamepad
```

## Example
You need to clone this repository on your Raspberry Pi to be able to execute the example code.
```
git clone https://github.com/joy-it/JoyIT_WLGamepad
```
Afterward, you need to move into the directory and activate the virtual environment with the following commands.
```
cd JoyIT_WLGamepad
python -m venv --system-site-packages env
source env/bin/activate
```
Then you can execute the example with the following command.
```
python3 examples/example.py
```
