From d468484187e8570c555f767ffc28621262bda737 Mon Sep 17 00:00:00 2001 From: BrianMarquez3 Date: Mon, 15 Feb 2021 10:49:45 -0500 Subject: [PATCH] feat Python Tkinter How To Use HTML In Your Tkinter App COMPLETE Python Tkinter How To Use HTML In Your Tkinter App COMPLETE resolves: # see also: # --- .../HowToUseHTMLInYourTkinterApp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python Tkinter How To Use HTML In Your Tkinter App/HowToUseHTMLInYourTkinterApp.py b/Python Tkinter How To Use HTML In Your Tkinter App/HowToUseHTMLInYourTkinterApp.py index 332541e4..7449c3b9 100644 --- a/Python Tkinter How To Use HTML In Your Tkinter App/HowToUseHTMLInYourTkinterApp.py +++ b/Python Tkinter How To Use HTML In Your Tkinter App/HowToUseHTMLInYourTkinterApp.py @@ -7,4 +7,6 @@ + + root.mainloop() \ No newline at end of file