Advertisement
ZalaScript

styling_strings

Jan 9th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. from colorama import init, Fore, Back, Style
  2.  
  3. print (Fore.WHITE + Style.BRIGHT + "Downloading file : ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement