文件名称:astro_pi:astro-pi竞赛的代码。 由团队强调
文件大小:2.84MB
文件格式:ZIP
更新时间:2024-03-09 04:33:46
Python
Astro Pi比赛 由团队下划线使用Python3编写的astro-pi竞赛的代码。 有关代码本身的详细参考,请参阅。 使用 要运行该程序,必须首先确保安装了正确的依赖项。 这些的列表存储在目录directoy中的requirements.txt文件中。 要下载这些文件,请运行以下命令。 pip install -r requirements.txt 然后,您只需运行以下命令即可启动程序。 python main.py 请注意,这假设python和pip已经保存在PATH中,并且与正确的Python3 .exe文件相对应。 文件编制 使用记录了该项目的代码。 通过在代码中整理类和函数的文档字符串并将其格式化为动态网页,可以自动生成项目的文档。 可以在docs/文件夹中找到。 要重建文档,请运行以下命令。 .\docs\make.bat html 文档的主页是docs/build
【文件预览】:
astro_pi-main
----.gitignore(40B)
----requirements.txt(136B)
----src()
--------output.py(1KB)
--------gyroscope.py(541B)
--------test_modules.py(850B)
--------light_matrix.py(1KB)
--------camera.py(2KB)
--------metric.py(3KB)
--------img()
--------accelerometer.py(1KB)
----README.md(1KB)
----main.py(2KB)
----.style.yapf(136B)
----docs()
--------output.rst(81B)
--------Makefile(634B)
--------index.rst(763B)
--------conf.py(2KB)
--------build()
--------make.bat(1012B)
--------metric.rst(144B)
--------rename_static.py(747B)
--------gyroscope.rst(93B)
--------accelerometer.rst(109B)
--------index.html(245B)
--------camera.rst(81B)
--------light_matrix.rst(99B)