This commit is contained in:
waldek 2022-04-27 12:02:24 +02:00
parent 382d0db2b9
commit b9c486bb1b
1 changed files with 2 additions and 0 deletions

View File

@ -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.