文件名称:期间:Period智能手表的游戏和应用开发框架
文件大小:267KB
文件格式:ZIP
更新时间:2024-03-08 04:29:14
framework ui embedded Python
时期 库,用于为具有1位128x64显示屏和电池的手表编写应用程序。 import period @ period . on_start def on_start (): period . graphics . alert ( text = 'Hello, world' ) @ period . on_tick def on_frame (): period . draw . rectangle ( xy = ( 0 , 0 , 10 , 10 ), fill = True ) 安装 从下载.tar.gz文件。 打开包装并导航到打开包装的包装 通过从终端执行命令来安装需求: pip install -r requirements.txt 通过从终端执行命令来安装软件包本身: pip install . 特征 西里尔文和拉丁文的像素字体 图形界面元素即用型 清晰简
【文件预览】:
period-master
----MANIFEST.in(65B)
----.github()
--------workflows()
----period()
--------core()
--------__init__.py(202B)
--------fonts()
--------cli()
--------graphics()
--------version.py(22B)
----requirements.txt(123B)
----license(34KB)
----setup.py(930B)
----tests()
--------__main__.py(38B)
----.gitignore(7B)
----readme.md(3KB)