Metadata-Version: 2.1
Name: learnbot-components
Version: 0.0.3
Summary: learnbot_components contains some components to install in learnbot robot.
Home-page: https://github.com/robocomp/learnbot/tree/version-2-component-pip
Author: Ivan Barbecho
Author-email: ivanbd@unex.es
License: GPL
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (==2.2.2)
Requires-Dist: opencv-python-headless (==3.4.3.18)
Requires-Dist: scipy (==1.0.0)
Requires-Dist: tensorflow (==1.10.1)
Requires-Dist: pandas (==0.19.1)
Requires-Dist: Keras (==2.0.5)
Requires-Dist: h5py (==2.7.0)
Requires-Dist: epitran (==0.4)
Requires-Dist: numpy (==1.13.3)
Requires-Dist: Adafruit-PCA9685 (==1.0.1)
Requires-Dist: ice (==0.0.2)
Requires-Dist: PySide (==1.2.4)
Requires-Dist: paho-mqtt (==1.4.0)
Requires-Dist: picamera (==1.13)
Requires-Dist: wiringpi (==2.46.0)
Requires-Dist: wiringpi2 (==2.32.3)

# learnbot_components

This project has been designed as a tool to learn different topics, like programing, logic, math, emotions, physic, robotic, ... 

The methodology used to teach this knowledges is the following:
The kids make programs, with a IDE (Learnblock) this programs and this programs control a smal robot (EBO).

## Learnblock

This program is the main.  It is here where the kids make his/her programs. This programs can be created with language similar to scratch, that is to say, using blocks.

## EBO 

EBO is a small robot, that run some components that offer interfaces to control it.

## How to Install learnbot_components?

For install learnbot_components first is necessary install some dependencies:

### Step 1: Install driver of motors

    cd ~
    git clone https://github.com/pololu/drv8835-motor-driver-rpi.git
    cd drv8835-motor-driver-rpi
    sudo python setup.py install

### Step 2: Install learnbot_components

    pip3 install learnbot_components




