# pymycobot **Repository Path**: wangqiongxia/pymycobot ## Basic Information - **Project Name**: pymycobot - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: before - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-18 - **Last Updated**: 2021-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: myCobot ## README # This is Python API for myCobot If you want to install it separately. ## Installation ### Pip ```bash pip install pymycobot --upgrade ``` ### Source code ```bash git clone https://github.com/elephantrobotics/pymycobot.git cd /pymycobot # Install python2 setup.py install # or python3 setup.py install ``` **_`test/test.py` is a test file, you can find out which interfaces pymycobot provides in `pymycobot/README.md`._** ## Usage: Please go to [here](./pymycobot/README.md). **Notes**: > Make sure that `Atom2.3` is flashed into the top Atom
> `Transponder` is flashed into the base Basic
> The firmware `Atom2.3` and `Transponder` download address: [https://github.com/elephantrobotics/myCobot/tree/main/Software](https://github.com/elephantrobotics/myCobot/tree/main/Software)
> Python 2: use mycobot.py
> Python 3: use mycobot3.py