Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinkaisheng/tkinter_demos
some tkinter demos
https://github.com/yinkaisheng/tkinter_demos
gui tkinter
Last synced: 25 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T14:57:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T01:28:04.878Z (3 months 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 [email protected]**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.
![pack_demo](images/pack_demo.png)
**HttpRequester**
HttpRequester.pyw is a simple http client using requests.
![HttpRequester](images/HttpRequester.png)
**StopWatch**
![StopWatch](images/StopWatch.png)
**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.
![ScreenTip](images/ScreenTip.png)
**BatchImageResizer**
BatchImageResizer.pyw is a tool than can batch process image files.
![BatchImageResizer](images/BatchImageResizer.png)
**WinAnalyzeDump**
WinAnalyzeDump.py is a tool that uses windbg.exe or cdb.exe to anlayze crash dumps.
![WinAnalyzeDump](images/WinAnalyzeDump.jpg)