Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)