Skip to content

yinkaisheng/tkinter_demos

Repository files navigation

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

HttpRequester

HttpRequester.pyw is a simple http client using requests.

HttpRequester

StopWatch

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.

ScreenTip

BatchImageResizer

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

BatchImageResizer

WinAnalyzeDump

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

WinAnalyzeDump

Releases

No releases published

Packages

No packages published

Languages