https://github.com/yinkaisheng/tkinter_demos
some tkinter demos
https://github.com/yinkaisheng/tkinter_demos
gui tkinter
Last synced: 5 days ago
JSON representation
some tkinter demos
- Host: GitHub
- URL: https://github.com/yinkaisheng/tkinter_demos
- Owner: yinkaisheng
- License: apache-2.0
- Created: 2017-09-19T07:48:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T14:57:57.000Z (about 3 years ago)
- Last Synced: 2025-02-24T05:12:51.146Z (over 1 year ago)
- Topics: gui, tkinter
- Language: Python
- Size: 269 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tkinter_demos
some tkinter demos by yinkaisheng@live.com
**pack_demo**
pack_demo.pyw demonstrates how pack works.
You can add buttons with different pack configurations(side, expand, fill, anchor) or undo it on the fly.

**HttpRequester**
HttpRequester.pyw is a simple http client using requests.

**StopWatch**

**ScreenTip**
ScreenTip.pyw is a tool than shows a topmost tip over other windows while you still can click(operate) the windows under the tip.

**BatchImageResizer**
BatchImageResizer.pyw is a tool than can batch process image files.

**WinAnalyzeDump**
WinAnalyzeDump.py is a tool that uses windbg.exe or cdb.exe to anlayze crash dumps.
