Skip to content

Instantly share code, notes, and snippets.

View connorbell's full-sized avatar

Connor Bell connorbell

View GitHub Profile
from tkinter import *
from PIL import ImageTk,Image
import time
import os
targetImageWidth = 850
targetImageHeight = 400
inputImageWidth = 0
inputImageHeight = 0