File: example.py

package info (click to toggle)
python-xtermcolor 1.2.1-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 156 kB
  • sloc: python: 188; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (3)
1
2
3
4
from xtermcolor import colorize

print (colorize('Red on white',0xff0000,bg=0xffffff))