MCPcopy Index your code
hub / github.com/elebumm/RedditVideoMakerBot / print_step

Function print_step

utils/console.py:20–24  ·  view source on GitHub ↗

Prints a rich info message.

(text)

Source from the content-addressed store, hash-verified

18
19
20def print_step(text) -> None:
21 """Prints a rich info message."""
22
23 panel = Panel(Text(text, justify="left"))
24 console.print(panel)
25
26
27def print_table(items) -> None:

Callers 14

run_manyFunction · 0.90
main.pyFile · 0.90
check_doneFunction · 0.90
posttextparserFunction · 0.90
checkversionFunction · 0.90
create_fancy_thumbnailFunction · 0.90
make_final_videoFunction · 0.90
chop_backgroundFunction · 0.90
save_text_to_mp3Function · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected