Skip to content

Instantly share code, notes, and snippets.

View mononobi's full-sized avatar
🏠
Working from home

mono mononobi

🏠
Working from home
View GitHub Profile
#! /usr/bin/python
#improvement of Weslley S Pereira's script by Jacob Trock
try:
# Python2
import Tkinter as tk
except ImportError:
# Python3
import tkinter as tk