Skip to content

Instantly share code, notes, and snippets.

View deastrobooking's full-sized avatar

. deastrobooking

  • .
View GitHub Profile
@deastrobooking
deastrobooking / MyPaint.py
Created July 10, 2021 07:46 — forked from Jackhammer9/MyPaint.py
so i made a paint application no hate i am just 14
import turtle
win = turtle.Screen()
win.setup(900,600)
win.title("Jackhammer's Paint")
# ribbon
rib = turtle.Turtle()
rib.hideturtle()
rib.color('thistle')