filmov
tv
Python one-liners #52 - Apply color to the message in terminal
Показать описание
Example:
class bcolors:
HEADER = '\033[95m'
OKBLUE = '\033[94m'
OKCYAN = '\033[96m'
OKGREEN = '\033[92m'
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
#python #one_liners #color #message #apply_color_to_message #smart_way #one_liners #trick #tips #python #print #one_liner #ubuntu #mac #linux #learn_in_60_seconds #function #scripts #one_liner #tips #tricks #beginner #example #simple #basics #less_than_one_minute #daily #trick #easy_to_understand #beginner_friendly #code_with_mrql #python #vscode #linux #productivity #must_learn_commands #automate #unknown_tricks
----- Python -----
---- Javascript ----
----- Linux -----
----- VS CODE -----
class bcolors:
HEADER = '\033[95m'
OKBLUE = '\033[94m'
OKCYAN = '\033[96m'
OKGREEN = '\033[92m'
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
#python #one_liners #color #message #apply_color_to_message #smart_way #one_liners #trick #tips #python #print #one_liner #ubuntu #mac #linux #learn_in_60_seconds #function #scripts #one_liner #tips #tricks #beginner #example #simple #basics #less_than_one_minute #daily #trick #easy_to_understand #beginner_friendly #code_with_mrql #python #vscode #linux #productivity #must_learn_commands #automate #unknown_tricks
----- Python -----
---- Javascript ----
----- Linux -----
----- VS CODE -----