Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 669 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 669 Bytes

💬 Bubble Print

Give your print statements personality. Print dialogue in speech bubbles.

from bubbleprint import bprint

bprint("Hello World!")
bprint('I have a whale of a tale for you.', messenger="🐳", color="blue", width=15, align='center')
bprint("Here is a website:\nhttps://docs.python.org/3/library/textwrap.html", width=None)