Hoangsontung_Jusst

BACKGUOP

Jul 27th, 2022 (edited)
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.87 KB | None | 0 0
  1. import os ,sys
  2. try:
  3.     from pystyle import Add, Center, Anime, Colors, Colorate, Write, System
  4. except:
  5.     os.system('pip install pystyle')
  6. from pystyle import Add, Center, Anime, Colors, Colorate, Write, System
  7. System.Clear()
  8. System.Title("jusst")
  9. System.Size(100, 40)
  10. Jusst='''
  11.  
  12.  
  13.               ╔═╗┌─┐┬─┐┌─┐┬┌┬┐
  14.               ╚═╗│  ├┬┘├─┘│ │
  15.               ╚═╝└─┘┴└─┴  ┴ ┴
  16.  
  17.       d88b db    db .d8888. .d8888. d888888b
  18.       `8P' 88    88 88'  YP 88'  YP `~~88~~'
  19.        88  88    88 `8bo.   `8bo.      88    
  20.        88  88    88   `Y8b.   `Y8b.    88    
  21.    db. 88  88b  d88 db   8D db   8D    88    
  22.    Y8888P  ~Y8888P' `8888Y' `8888Y'    YP                                            
  23. '''
  24. Anime.Fade(Center.Center(Jusst), Colors.blue_to_cyan, Colorate.Vertical, enter=True)
Advertisement
Add Comment
Please, Sign In to add comment