From 9e6f30c0a46129a52f72e1cf870bd16776e6dc2c Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Fri, 27 Mar 2026 21:35:27 +0800 Subject: [PATCH] silenced deprecation --- tkinter_fix.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tkinter_fix.py b/tkinter_fix.py index 38d99d8..5f809a9 100644 --- a/tkinter_fix.py +++ b/tkinter_fix.py @@ -1,3 +1,6 @@ +import os +os.environ.setdefault('TK_SILENCE_DEPRECATION', '1') + import tkinter # Only needs to be imported once at the beginning of the application