mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 10:27:45 +00:00
Add a bg examples
This commit is contained in:
parent
150c1f65f7
commit
94ce7067a2
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ An easier way to print colored text to the terminal.
|
|||
import color
|
||||
|
||||
color.red.cprintln('Hello World')
|
||||
color.cyan.cprintln_bg('Hello World')
|
||||
color.bold.cprintln('Hello World')
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue