MCPcopy
hub / github.com/material-shell/material-shell / printc

Function printc

scripts/install.py:18–20  ·  view source on GitHub ↗

Prints some text with a color

(color: str, text: str)

Source from the content-addressed store, hash-verified

16
17
18def printc(color: str, text: str):
19 ''' Prints some text with a color '''
20 print(f"{color}{text}{RESET}")
21
22
23def try_call(params):

Callers 1

installFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected