Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Coooolfan/onlyboxes
/ step
Function
step
scripts/install.py:173–174 ·
view source on GitHub ↗
(number: int, title: str)
Source
from the content-addressed store, hash-verified
171
172
173
def
step(number: int, title: str) -> None:
174
print(f
"\n{_c('36', '●')} Step {number}: {_c('1', title)}"
)
175
176
177
def
generate_password(length: int = 24) -> str:
Callers
1
next
Method · 0.85
Calls
1
_c
Function · 0.85
Tested by
no test coverage detected