Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 161 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 161 Bytes

Quick setup

Depends on roboy_communication

# test pyroboy
python3
>>> import pyroboy
>>> pyroboy.init()
>>> pyroboy.say("hello")
>>> pyroboy.listen()