Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 185 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 185 Bytes

styleprint

Print colored text the terminal with Python

example

from styleprint import sprint
sprint("Hello world", color="red", font="bold", background_color="blue")