littlewhitecloud / win32style

Apply some window effects to the Win32 Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

win32style

Apply some window effects to the Win32 Applications

Installation

pip install win32material>=0.0.2

Gallery

image image image

ChangeTitlebarColor(hwnd, "#111111")

image

ChangeBorderColor(hwnd, "#114514")

image

ChangeTitleColor(hwnd, "#745616")

image

SetBorderType(hwnd, BORDERTYPE.RECTANGULAR)

image

SetBorderType(hwnd, BORDERTYPE.ROUND)

image

SetBorderType(hwnd, BORDERTYPE.SMALLROUND)

image

About

Apply some window effects to the Win32 Applications

License:MIT License


Languages

Language:Python 41.4%Language:C++ 41.1%Language:C 16.2%Language:Batchfile 1.2%