Advertisement
VKOPSKS

Python Source (video 1)

Feb 25th, 2023
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.57 KB | Source Code | 0 0
  1. import colorama
  2. from colorama import Fore, Back, Style
  3.  
  4. print(Fore.RED + '  _            _   ')
  5. print(Fore.RED + ' | |          | | ')
  6. print(Fore.RED + ' | |_ _____  _| |_ ')
  7. print(Fore.RED + ' | __/ _ \ \/ / __|')
  8. print(Fore.RED + ' | ||  __/>  <| |_ ')
  9. print(Fore.RED + ' \__\___/_/\_\\__|')
  10.  
  11. #sub to koper1234 (@HotKoper)
  12. #this app not work if you run this in idle
  13. # how text template:
  14.                    
  15.                    
  16. #   __ _ _ __  _ __  
  17. #  / _` | '_ \| '_ \
  18. # | (_| | |_) | |_) |
  19. #  \__,_| .__/| .__/
  20. #       | |   | |    
  21. #       |_|   |_|    
  22. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement