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
- Install:
pip install brikeda_robot
- 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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brikeda_robot-0.0.2.tar.gz.
File metadata
- Download URL: brikeda_robot-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5719f72c8163038672bdf3b72ddc2055ad852f8ead1ed257b04aaffd5fa5be39
|
|
| MD5 |
fa36bdbabe603567e701452bbc2bf101
|
|
| BLAKE2b-256 |
3f837442e87cfa76587631c7ebc0ec708dae2f391cc2be2e6ffde16381ce663e
|
File details
Details for the file brikeda_robot-0.0.2-py3-none-any.whl.
File metadata
- Download URL: brikeda_robot-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cdd54bfd137b7e623a3a2c6fbb671e963f5446cdcbacaa57cf2d0dd9a80da9d
|
|
| MD5 |
cc4fa5f5af4dc2bb18ab6b0a7e3d91cd
|
|
| BLAKE2b-256 |
f1d466b67b848533c721b8967f9bb4a7d9c8876cbb12ce6fb1b2a7d03c504360
|