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
- Host: GitHub
- URL: https://github.com/milan-sony/tkinter_test
- Owner: milan-sony
- Created: 2023-04-20T15:48:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T12:16:02.000Z (about 2 years ago)
- Last Synced: 2025-01-10T11:46:53.076Z (5 months ago)
- Topics: gui, gui-application, python, python3, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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