We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb299c commit b6ec162Copy full SHA for b6ec162
1 file changed
pyfancy/demo.py
@@ -3,7 +3,7 @@
3
pyfancy().red("Hello").raw(", ").blue("world!").output()
4
pyfancy().multi("Multicolored text").output()
5
pyfancy().rainbow("Rainbow text").output()
6
-pyfancy().parse("{red foo {bold bar} baz}").output()
+pyfancy("{red foo {bold bar} baz}").output()
7
pyfancy().black_bg("Black background").output()
8
pyfancy().green_bg("Green background").output()
9
pyfancy().red_bg("Red background").output()
0 commit comments