mirror of
https://github.com/ytisf/theZoo.git
synced 2025-12-05 20:19:57 -08:00
colours for NT
This commit is contained in:
@@ -1 +1 @@
|
||||
104205032018
|
||||
181101042018
|
||||
|
||||
@@ -24,6 +24,17 @@ if os.name is not 'nt':
|
||||
BOLD = '\033[01m'
|
||||
UNDERLINE = '\033[04m'
|
||||
|
||||
else:
|
||||
PURPLE = ''
|
||||
BLUE = ''
|
||||
GREEN = ''
|
||||
YELLOW = ''
|
||||
RED = ''
|
||||
WHITE = ''
|
||||
MAGENTA = ''
|
||||
BOLD = ''
|
||||
UNDERLINE = ''
|
||||
|
||||
|
||||
def bold(str):
|
||||
return BOLD + str + WHITE
|
||||
|
||||
Reference in New Issue
Block a user