Skip to main content

Types to control hardware on a Raspberry Pi for robot. Motor Controller,Camera, Range Detector

Project description

Useful commands

sudo rm -rf .git/

Brikeda Robot

Python Classes to support hardware on Raspberry Pi such as waveshare motor controllers,range detectors,cameras

Instructions

  1. Install:
pip install brikeda_robot
  1. Generate an Brikeda object and call some methods:
from brikeda_robot.robot import Robot

# initialize Brikeda Object with personal key retrieved at brikeda.com/aipanel
brik=Brikeda("4b6871e0d9d84de2926df29483a9aab9")
# send a message. any string will do. but if is a valid hex color it will display it
brik.SyncMessages("#ebde34")
# get a sentiment analysis of a sentence:postive, negative ratings
x = brik.Sentiment('this is exciting')
print(x)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brikeda_robot-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

brikeda_robot-0.0.2-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page