📜  tkinter text blurry - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:54.001000             🧑  作者: Mango

代码示例1
#add this to whatever line you want to 
#this will make your text instantly smoother!
windll.shcore.SetProcessDpiAwareness(1)