An open API service indexing awesome lists of open source software.

https://github.com/pimoroni/trackball-python

Python library for the Pimoroni Track Ball Breakout
https://github.com/pimoroni/trackball-python

pypi-package

Last synced: 6 months ago
JSON representation

Python library for the Pimoroni Track Ball Breakout

Awesome Lists containing this project

README

          

# Pimoroni Trackball Breakout

[![Build Status](https://travis-ci.com/pimoroni/trackball-python.svg?branch=master)](https://travis-ci.com/pimoroni/trackball-python)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/trackball-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/trackball-python?branch=master)
[![PyPi Package](https://img.shields.io/pypi/v/trackball.svg)](https://pypi.python.org/pypi/trackball)
[![Python Versions](https://img.shields.io/pypi/pyversions/trackball.svg)](https://pypi.python.org/pypi/trackball)

# Installing

Stable library from PyPi:

* Just run `sudo pip install trackball`

Latest/development library from GitHub:

* `git clone https://github.com/pimoroni/trackball-python`
* `cd trackball-python`
* `sudo ./install.sh`