We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0747a commit 3473b5eCopy full SHA for 3473b5e
ansi.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python3
2
# ANSI escape codes
3
# https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
4
-#https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797
+# https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797
5
for i in range(30, 37 + 1):
6
print("\033[%dm%d\t\t\033[%dm%d" % (i, i, i + 60, i + 60))
7
0 commit comments