# python3-wiimote **Repository Path**: wulongyuan/python3-wiimote ## Basic Information - **Project Name**: python3-wiimote - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-10 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CWiid Wiimote Interface [![Build Status](https://travis-ci.org/azzra/python3-wiimote.svg?branch=master)](https://travis-ci.org/azzra/python3-wiimote) ## DESCRIPTION The CWiid package contains the following parts: 1. libcwiid - wiimote API 2. cwiid module - python interface to libcwiid ## REQUIREMENTS awk, bison, flex, bluez-libs, python 3.5 or greater, python dev for python module, kernel sources ## INSTALLATION First of all, you need to prepare the environment: ```sh aclocal autoconf ./configure make ``` ### Only extension Install the library with package manger & the extension from the sources ```sh apt-get install libcwiid1 cd python sudo make install ``` ### Library & extension Use extension & library from sources ```sh sudo make install ``` ## Credits Original libcwiid & Python module author: L. Donnie Smith . You can fin the original source here: https://github.com/abstrakraft/cwiid I just made the Python extension working for Python 3.