diff --git a/jimm.py b/jimm.py index ca88284..9ca7c51 100644 --- a/jimm.py +++ b/jimm.py @@ -1,3 +1,7 @@ +globals().update({color: lambda text, ansi=91+i: f'\x1b[{ansi}m{text}\x1b[0m' + for i, color in enumerate('red green yellow blue magenta cyan'.split())}) +print(red('hello'), green('world')) + 'sync' def Sync(): import os, sys, asyncio, functools