An open API service indexing awesome lists of open source software.

https://github.com/milan-sony/tkinter_test

Learn Tkinter
https://github.com/milan-sony/tkinter_test

gui gui-application python python3 tkinter tkinter-gui tkinter-python

Last synced: 3 months ago
JSON representation

Learn Tkinter

Awesome Lists containing this project

README

        

# tkinter_test

A sample repository to learn tkinter

# Scripts

1. test.py - Basic tkinter commands
2. test2.py - Widgets
3. test3.py - Pgrm to print the label after clicking the button
4. test4.py - Pgrm to get text from the txtbox and print it after clicking the button
5. test5.py - Pgrm to get 2 number from 2 txtboxes and print the sum on after clicking the button
6. test6.py - Widget styling/ customization