From b9c486bb1bcfb71ded6e602795ee182a57110053 Mon Sep 17 00:00:00 2001 From: waldek Date: Wed, 27 Apr 2022 12:02:24 +0200 Subject: [PATCH] test --- learning_python3_gui.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/learning_python3_gui.md b/learning_python3_gui.md index 5858827..ee3e87b 100644 --- a/learning_python3_gui.md +++ b/learning_python3_gui.md @@ -1,5 +1,7 @@ # tkinter +need to document + ## Tkinter helloworld The absolute most basic way to have a *hello world* GUI program up and running with Tkinter is the following.