Metadata-Version: 2.1
Name: pixycamev3
Version: 1.0.0
Summary: Python3 API for Pixy2 on LEGO Mindstorms EV3
Home-page: https://github.com/charmedlabs/pixycamev3
Author: Kees Smit
Author-email: kwsmit@hetnet.nl
License: UNKNOWN
Project-URL: Documentation, https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:python
Project-URL: Bug tracker, https://github.com/charmedlabs/pixycamev3/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/markdown
License-File: LICENSE

# pixycamev3 - Python package for Pixy2 and LEGO EV3 controller

This package contains an easy to use Python3 API to use the Pixy2 camera with
the LEGO Mindstorms EV3.

## Requirements

1. Pixy2 or Pixy2.1 for LEGO Mindstorms EV3 camera.
2. LEGO Mindstorms EV3 brick, running the ev3dev operatingsystem.

This software is tested with the latest official release of ev3dev
(ev3dev-stretch-ev3-generic-2020-04-10).

## Installation

```
python3 -m pip install pixycamev3
```

## Tutorial

An extensive tutorial on how to use pixycamev3 can be found on
[Pixy2's wiki](https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:lego_wiki).

## Useful links

* Charmed Labs [homepage](https://www.charmedlabs.com)
* Pixy2 for LEGO Mindstorms EV3 [wiki](https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:lego_wiki)
* pixycamev3 [tutorial](https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:python)
* pixycamev3 [source](https://github.com/charmedlabs/pixycamev3)
* ev3dev [homepage](https://ev3dev.org)



2022 Charmed Labs, www.charmedlabs.com


