将Python与MIT Scratch 1.3+(非2.x)接口
项目描述
此软件包使用Scratch的远程传感器功能,使Python与Scratch 1.3+(非2.x)之间能够通信。
请记住在Scratch中启用远程传感器!要这样做
转到感应
右键单击“传感器值”
选择“启用远程传感器连接”
示例用法
import scratch s = scratch.Scratch() # to make a broadcast to scratch s.broadcast("from python") # to receive an update from scratch message = s.receive() # blocks until an update is received # message returned as {'broadcast': [], 'sensor-update': {'scratchvar': '64'}} # or {'broadcast': ['from scratch'], 'sensor-update': {}} # where scratchvar is the name of a variable in scratch # and 'from scratch' is the name of a scratch broadcast # send sensor updates to scratch data = {} data['pyvar'] = 123 for data['pycounter'] in range(60): s.sensorupdate(data)
0.0.1a
初始版本
1.0.0
首次发布 - 模块与0.0.1a版本未变
项目详情
关闭
scratch-1.0.0.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | c9cd8cda7debb36b757b0e8976a227615ef68f86bbe526cf79de3ef4fb2110d4 |
|
MD5 | c528daa8720e678c260c5b7c6f707751 |
|
BLAKE2b-256 | bf0cb642ca6d51a61f941274dbb200a2b8032aa69cc38aae56182ca232af1caa |