So I was writing a short code to test something when I noticed this interesting behaviour.
import tkinter from tkinter import * master=tkinter.Tk() master.geom
I tried it out on some of my friends computers and they didn't have this issue, so it appears that it was just a hardware specific problem.