Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import colorama
- from colorama import Fore, Back, Style
- print(Fore.RED + ' _ _ ')
- print(Fore.RED + ' | | | | ')
- print(Fore.RED + ' | |_ _____ _| |_ ')
- print(Fore.RED + ' | __/ _ \ \/ / __|')
- print(Fore.RED + ' | || __/> <| |_ ')
- print(Fore.RED + ' \__\___/_/\_\\__|')
- #sub to koper1234 (@HotKoper)
- #this app not work if you run this in idle
- # how text template:
- # __ _ _ __ _ __
- # / _` | '_ \| '_ \
- # | (_| | |_) | |_) |
- # \__,_| .__/| .__/
- # | | | |
- # |_| |_|
- #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement