All Projects → elephantrobotics → pymycobot

elephantrobotics / pymycobot

Licence: MIT license
This is a python API for mycobot serial communication.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to pymycobot

Bigartm
Fast topic modeling platform
Stars: ✭ 563 (+923.64%)
Mutual labels:  python-api
Openfoodfacts Apirestpython
Python API for Open Food Facts (using a DB dump)
Stars: ✭ 40 (-27.27%)
Mutual labels:  python-api
Xtp api python
Stars: ✭ 146 (+165.45%)
Mutual labels:  python-api
Findatapy
Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
Stars: ✭ 787 (+1330.91%)
Mutual labels:  python-api
Vhackxtbot Python
Python API for vHackXT Game
Stars: ✭ 27 (-50.91%)
Mutual labels:  python-api
Pyseeta
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
Stars: ✭ 93 (+69.09%)
Mutual labels:  python-api
Pytelegrambotapi
Python Telegram bot api.
Stars: ✭ 4,986 (+8965.45%)
Mutual labels:  python-api
phonolammps
LAMMPS interface for phonon calculations using phonopy
Stars: ✭ 53 (-3.64%)
Mutual labels:  python-api
Googleearthenginepy
Basic script to order data on Google Earth Engine using Python API
Stars: ✭ 33 (-40%)
Mutual labels:  python-api
Kinopoiskpy
Python API to kinopoisk.ru
Stars: ✭ 126 (+129.09%)
Mutual labels:  python-api
Hug
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Stars: ✭ 6,572 (+11849.09%)
Mutual labels:  python-api
Lyrics Corpora
An unofficial Python API that allows users to create a corpus of lyrical text from their favorite artists and billboard charts
Stars: ✭ 13 (-76.36%)
Mutual labels:  python-api
Wikipron
Massively multilingual pronunciation mining
Stars: ✭ 99 (+80%)
Mutual labels:  python-api
Rain
Framework for large distributed pipelines
Stars: ✭ 645 (+1072.73%)
Mutual labels:  python-api
Genomeworks
SDK for GPU accelerated genome assembly and analysis
Stars: ✭ 215 (+290.91%)
Mutual labels:  python-api
Rosettastone
Hearthstone simulator using C++ with some reinforcement learning
Stars: ✭ 510 (+827.27%)
Mutual labels:  python-api
Newsapi
A python wrapper for News API.
Stars: ✭ 71 (+29.09%)
Mutual labels:  python-api
PySMS
Simple Python API that that allows you to send texts via SMTP with a best effort approach and process replies via IMAP
Stars: ✭ 19 (-65.45%)
Mutual labels:  python-api
kyros
Python wrapper for WhatsApp Web API websocket communication (based on https://github.com/sigalor/whatsapp-web-reveng)
Stars: ✭ 94 (+70.91%)
Mutual labels:  python-api
Surelog
SystemVerilog 2017 Pre-processor, Parser, Elaborator, UHDM Compiler. Provides IEEE Design/TB C/C++ VPI and Python AST API.
Stars: ✭ 116 (+110.91%)
Mutual labels:  python-api

This is Python API for myCobot

Python 2.7 Python 3 pypi_version

This is a python API for serial communication with mycobot and controlling it.

home

Installation

Notes:

Make sure that Atom is flashed into the top Atom, Transponder is flashed into the base Basic.
The firmware Atom and Transponder download address: https://github.com/elephantrobotics/myCobot/tree/main/Software
You also can use myStudio to flash them, myStudio address: https://github.com/elephantrobotics/myStudio/releases

Pip

pip install pymycobot --upgrade

Source code

git clone https://github.com/elephantrobotics/pymycobot.git <your-path>
cd <your-path>/pymycobot
# Install
[sudo] python2 setup.py install
# or
[sudo] python3 setup.py install

Or the more modern form:

# Install
pip install .
# Uninstall
pip uninstall .

## Usage:

```python
from pymycobot import MyCobot, Angle, Coord
from pymycobot import PI_PORT, PI_BAUD # For raspberry pi version of mycobot.

The demo directory stores some test case files.

You can find out which interfaces pymycobot provides in pymycobot/README.md.

Please go to here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].