From e6075738b751f8ddef78ae739d64fc6bcda3e215 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 10 Jul 2025 22:02:11 +0200 Subject: [PATCH] Finished main.py --- main.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/main.py b/main.py index 111bd326..42ee235b 100755 --- a/main.py +++ b/main.py @@ -146,7 +146,7 @@ if __name__ == "__main__": # Global help if not args or args[0] in ('-h', '--help'): - print(color_text("CyMaIS CLI", Fore.CYAN + Style.BRIGHT)) + print(color_text("CyMaIS CLI ๐Ÿฆซ๐ŸŒ๐Ÿ–ฅ๏ธ", Fore.CYAN + Style.BRIGHT)) print() print(color_text("Your Gateway to Automated IT Infrastructure Setup", Style.DIM)) print() @@ -194,18 +194,21 @@ if __name__ == "__main__": )) print() print(color_text( - "CyMaIS is a product of Kevin Veen-Birkenbach (https://cybermaster.space)", + "CyMaIS is a product of Kevin Veen-Birkenbach, https://cybermaster.space .\n", Style.DIM )) print(color_text( - "Main instance: https://cymais.cloud โ€” test and use productively.", + "Test and use productively on https://cymais.cloud .\n", Style.DIM )) print(color_text( - "For commercial use, a license agreement with Kevin Veen-Birkenbach is required:", + "For commercial use, a license agreement with Kevin Veen-Birkenbach is required. \n", Style.DIM )) - print(color_text("https://s.veen.world/cncl", Style.DIM)) + print(color_text("License: https://s.veen.world/cncl", Style.DIM)) + print() + print(color_text("๐ŸŽ‰๐ŸŒˆ Happy IT Infrastructuring! ๐Ÿš€๐Ÿ”งโœจ", Fore.MAGENTA + Style.BRIGHT)) + print() sys.exit(0) # Directory-specific help