# win32material
Apply some window effects to the Win32 Applications
## Installation
```console
pip install win32material
```
## Gallery



```python
from win32material import ...
ApplyMica(hwnd, theme, micaalt)
ApplyAcrylic(hwnd, extend)
```
```python
ChangeTitlebarColor(hwnd, "#111111")
```

```python
ChangeBorderColor(hwnd, "#114514")
```

```python
ChangeTitleColor(hwnd, "#745616")
```

```python
SetBorderType(hwnd, BORDERTYPE.RECTANGULAR)
```

```python
SetBorderType(hwnd, BORDERTYPE.ROUND)
```

```python
SetBorderType(hwnd, BORDERTYPE.SMALLROUND)
```

Raw data
{
"_id": null,
"home_page": "https://github.com/littlewhitecloud/win32material",
"name": "win32material",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "littlewhitecloud",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/1a/cb/00aacd8d991c956866d5563bb72628928c95466916edf8d6c94f9760b8e3/win32material-1.0.6.tar.gz",
"platform": null,
"description": "# win32material\nApply some window effects to the Win32 Applications\n\n## Installation\n```console\npip install win32material\n```\n\n## Gallery\n\n\n\n```python\nfrom win32material import ...\nApplyMica(hwnd, theme, micaalt)\nApplyAcrylic(hwnd, extend)\n```\n\n```python\nChangeTitlebarColor(hwnd, \"#111111\")\n```\n\n\n```python\nChangeBorderColor(hwnd, \"#114514\")\n```\n\n\n\n```python\nChangeTitleColor(hwnd, \"#745616\")\n```\n\n\n```python\nSetBorderType(hwnd, BORDERTYPE.RECTANGULAR)\n```\n\n\n```python\nSetBorderType(hwnd, BORDERTYPE.ROUND)\n```\n\n\n```python\nSetBorderType(hwnd, BORDERTYPE.SMALLROUND)\n```\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Apply some window effects to the Win32 Applications",
"version": "1.0.6",
"project_urls": {
"Homepage": "https://github.com/littlewhitecloud/win32material"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "43d0542f2ddb970a46a936b9368e8ca365a080bdf0e396483ea39f8210673e02",
"md5": "e15247843e52646c9930972729810791",
"sha256": "15180ccb3bd0439d05fc000ac83af50e24294a52c071b91d9cfbf30c969ebe9a"
},
"downloads": -1,
"filename": "win32material-1.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e15247843e52646c9930972729810791",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4176,
"upload_time": "2024-07-01T10:49:24",
"upload_time_iso_8601": "2024-07-01T10:49:24.334245Z",
"url": "https://files.pythonhosted.org/packages/43/d0/542f2ddb970a46a936b9368e8ca365a080bdf0e396483ea39f8210673e02/win32material-1.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1acb00aacd8d991c956866d5563bb72628928c95466916edf8d6c94f9760b8e3",
"md5": "44659ceecadcd89c78df627f58b00967",
"sha256": "43484c46f3bfa62019c5614ce605e2b938adf5b32ed34d58e30e9a381e2f84fd"
},
"downloads": -1,
"filename": "win32material-1.0.6.tar.gz",
"has_sig": false,
"md5_digest": "44659ceecadcd89c78df627f58b00967",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3538,
"upload_time": "2024-07-01T10:49:25",
"upload_time_iso_8601": "2024-07-01T10:49:25.490949Z",
"url": "https://files.pythonhosted.org/packages/1a/cb/00aacd8d991c956866d5563bb72628928c95466916edf8d6c94f9760b8e3/win32material-1.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-01 10:49:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "littlewhitecloud",
"github_project": "win32material",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "win32material"
}