/BubblePrint

Give your print statements personality.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

💬 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)