Skip to content Skip to sidebar Skip to footer
Showing posts with the label Resolution

Tkinter Not Recognizing Screen Resolution Correctly

I'm using a 4k display (3840x2160). from tkinter import * root = Tk() width = root.winfo_scre… Read more Tkinter Not Recognizing Screen Resolution Correctly

Is There A Way To Stretch The Whole Display Image To Fit A Given Resolution?

I've been using pygame to make a game recently, and have ran into a little problem... Basically… Read more Is There A Way To Stretch The Whole Display Image To Fit A Given Resolution?