Skip to content

Instantly share code, notes, and snippets.

@HebeHH
HebeHH / turtle-messenger.py
Created February 1, 2019 18:48
Turn plain text into a messenger chat animation using python's turtle graphic library.
import turtle
# msgr font is Roboto
# draw rounded corner
def corner(tess):
for i in range(15):
tess.right(6)
tess.forward(2)
# draw rounded, filled rectangle of around (40+h)*(40+w) dimensions