MCPcopy
hub / github.com/Sathvik-Rao/ClipCascade / banner

Method banner

ClipCascade_Desktop/src/core/application.py:266–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264 raise Exception(f"Error during logging off: {e}")
265
266 def banner(self):
267 if PLATFORM.startswith(LINUX) and LINUX_USE_CLI_UI:
268 Echo(pyfiglet.figlet_format(APP_NAME))
269 Echo("*" * 53)
270 Echo("Real-Time Clipboard Syncing".center(53))
271 Echo(GITHUB_URL.center(53))
272 Echo("*" * 53)
273
274 def run(self):
275 try:

Callers 1

runMethod · 0.95

Calls 1

EchoClass · 0.90

Tested by

no test coverage detected