bubbleprint

Give your print statements personality


Keywords
python, print
License
MIT
Install
pip install bubbleprint==0.0.1

Documentation

💬 Bubble Print

Give your print statements personality. Print dialoge in speach 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)