Skip to main content

Useful python wrappers for Cozmo SDK.

Project description

=========== easy_cozmo

easy_cozmo provides a bunch of python wrappers for Anki Cozmo's SDK. You might find it most useful for educational tasks involving students with little CS background. This library was created for a series of workshops for high shool students in Qatar. The code has been used by over 1,000 students over one year. Typical usage often looks like this::

"""
Makes cozmo saying "hello world"
"""

from easy_cozmo import *

def cozmo_program():
	say("Hello world")

run_program_with_viewer(cozmo_program)

Documentation

Take a look at the documentation <http://www.example.com/foo/bar>_.

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

easy_cozmo-1.0.0.tar.gz (18.5 kB view hashes)

Uploaded Source

Built Distribution

easy_cozmo-1.0.0-py3-none-any.whl (27.6 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