A quick and dirty octoprint CURSES dashboard
This commit is contained in:
parent
0dd2da7fd4
commit
af63cd201f
3 changed files with 114 additions and 0 deletions
projects/octodash
9
projects/octodash/BUILD
Normal file
9
projects/octodash/BUILD
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
zapp_binary(
|
||||
name = "octodash",
|
||||
shebang = "/usr/bin/env /usr/bin/python3",
|
||||
main = "__main__.py",
|
||||
deps = [
|
||||
py_requirement("colored"),
|
||||
py_requirement("octorest"),
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue