Skip to content

Commit 0f7c9db

Browse files
Update README.md
1 parent d4058ac commit 0f7c9db

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
# python_colors
1+
# Python Colors
2+
3+
A script that prints ANSI color combos to the terminal.
4+
5+
```
6+
usage: colortest.py [-h]
7+
{dullForegroundColors,brightForegroundColors,dullBackgroundColors,brightBackgroundColors,allForegroundColors,allBackgroundColors,allForegroundAllBackground,testFgAndBg}
8+
...
9+
10+
optional arguments:
11+
-h, --help show this help message and exit
12+
13+
commands:
14+
{dullForegroundColors,brightForegroundColors,dullBackgroundColors,brightBackgroundColors,allForegroundColors,allBackgroundColors,allForegroundAllBackground,testFgAndBg}
15+
dullForegroundColors
16+
display the 8 dull foreground colors
17+
brightForegroundColors
18+
display the 8 bright foreground colors
19+
dullBackgroundColors
20+
display the 8 dull background colors
21+
brightBackgroundColors
22+
display the 8 bright background colors
23+
allForegroundColors
24+
display 256 foreground colors
25+
allBackgroundColors
26+
display 256 background colors
27+
allForegroundAllBackground
28+
display all 256 foreground and background colors
29+
separately
30+
testFgAndBg Enter a foreground code and a background code and test
31+
it out
32+
```

0 commit comments

Comments
 (0)