A library for the Codee Robot
Project description
CodeePy
CodeePy has been created to allow Codee the robot from the Creative Science Foundation to be controlled via Python.
Getting started with CodeePy
Requirements
CodeePy requires Python 3.4 or greater to be installed on your machine, it can be downloaded for free from the Python website. We recommend using Pycharm IDE as your initial development tool, please note students, educators and educational facilities have free access to the professional version and there is also a free community version.
Setting up your development environment
Create a new project, being sure to specify the Python 3.4 interpreter. Open the terminal within PyCharm and install CodeePy with pip (which will also install any dependencies) For more information regarding pip please visit our module page
pip install codeepy
Getting started
Within your project create a new Python file, initially you will need to import CodeePy, and create an instance of CodeePy. I have included a helper which will list your com ports, additionally CodeePy documentation can be viewed with the help(CodeePy) function below
from codeePy import CodeePy
# view CodeePy Documentation
help(CodeePy)
CodeePy.get_com_ports()
# create CodeePy Instance and open connection
codee = CodeePy('<Your COM port>')
Now you have created your instance object please see the Example.py file to test the CodeePy functions.
Upgrading CodeePy
pip install codeepy --upgrade
About Codee & Creative-Robotix
Creative-Robotix can be used by teachers, parents, children, adults, in groups or as individuals to address core STEAM (Science, Technology, Engineering, Arts & Maths) learning and making activities in a fun, hands-on, social and interactive way. Our open-source platform can be used by anyone from 7 years up who are interested in learning more about technology. The tasks are carefully designed to fit the abilities of all ages, ranging from simple to more complex assembly, depending on your age, knowledge and guidance available
Building Codee
For more information on how to create Codee including 3D printing files and firmware please visit Instructables
For more information on the Creative Science Foundation please visit CreativeRobotix
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
File details
Details for the file codeepy-2.0.1.tar.gz
.
File metadata
- Download URL: codeepy-2.0.1.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf955a3fd851a280e7f0e88cea86e045798c0accf809e7f3ce73a1474c03fe39 |
|
MD5 | 908d0b448b90c581beafe092e9f0a3cf |
|
BLAKE2b-256 | b1913eb54aa7beff63ee0c74c19b8795f61d44a59e4facc204444d80617790e8 |