Skip to content

Instantly share code, notes, and snippets.

View RExeDUNN's full-sized avatar

RExeDUNN RExeDUNN

View GitHub Profile
@RExeDUNN
RExeDUNN / trace_mania.py
Last active January 10, 2024 11:07 — forked from nikhilkumarsingh/paint.py
A simple paint application using tkinter in Python 3: expanded for transparent window, fore/background colors, delete button
#!/usr/bin/env python
# -*- coding: utf8 -*-
# customized from: https://gist.github.com/nikhilkumarsingh/85501ee2c3d8c0cfa9d1a27be5781f06
from tkinter import *
from tkinter.colorchooser import askcolor
class Paint(object):
DEFAULT_PEN_SIZE = 4