Skip to content

Instantly share code, notes, and snippets.

@Flairings
Created January 31, 2021 21:21
Show Gist options
  • Save Flairings/410c310a8f616e0633d2d0ef6c031abb to your computer and use it in GitHub Desktop.
Save Flairings/410c310a8f616e0633d2d0ef6c031abb to your computer and use it in GitHub Desktop.
very cute script start message, used by me.
from colorama import Fore
project = "Project"
version = 1.0
author = "Flairings"
description = "simple project signature"
color = Fore.LIGHTRED_EX
print(f"""
{color}{project} {Fore.LIGHTWHITE_EX}{version}
{description} {Fore.LIGHTWHITE_EX}by {color}@{author}""")
@Flairings
Copy link
Author

python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment