File: lib.py

package info (click to toggle)
python-tcolorpy 0.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: python: 627; makefile: 58; sh: 6
file content (6 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/usr/bin/env python3

from tcolorpy import tcolor


print(tcolor("tcolopy example", color="#ee1177", styles=["bold", "italic", "underline"]))