I use an another question’s comment function, It has been worked but also makes my Thinker GUI scaling
import ctypes
user32 = ctypes.windll.user32
user32.SetProcessDPIAware()
[w, h] = [user32.GetSystemMetrics(0), user32.GetSystemMetrics(1)]
my question is how to make my GUI recover to normal DPI before I used this function user32.SetProcessDPIAware()