Skip to content

blaylockbk/BubblePrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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