# _自定义标题栏_ _CustomTkinterTitlebar_
### 📃 *这是一个项目可以帮助你拥有一个自定义的标题栏!小组件可以被放到这个标题栏里面*
*This is a project can help you to have a custom titlebar! Widgets can add into titlebar!*
### 安装 Install
```console
pip install CustomTkinterTitlebar --user
```
### Gallery

repo: https://github.com/littlewhitecloud/Terminal
### 快速开始 Quick Start
```python
from customtitlebar import CTT
from tkinter import ttk
from sv_ttk import set_theme
example = CTT()
example.title("TitleBar")
example.geometry("1030x570")
set_theme("dark")
en = ttk.Entry(example.titlebar)
en.pack(fill = "y", expand = True, pady = 1)
example.mainloop()
```


Raw data
{
"_id": null,
"home_page": "https://github.com/littlewhitecloud/CustomTkinterTitlebar",
"name": "CustomTkinterTitlebar",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "littlewhitecloud",
"author_email": "q1141926647@163.com",
"download_url": "https://files.pythonhosted.org/packages/02/90/fbe0554d3e14b7f6bc98b258db84c48a68cfae11555b644bb35d4a638706/customtkintertitlebar-1.0.8.7.tar.gz",
"platform": null,
"description": "# _\u81ea\u5b9a\u4e49\u6807\u9898\u680f_ _CustomTkinterTitlebar_\n\n### \ud83d\udcc3 *\u8fd9\u662f\u4e00\u4e2a\u9879\u76ee\u53ef\u4ee5\u5e2e\u52a9\u4f60\u62e5\u6709\u4e00\u4e2a\u81ea\u5b9a\u4e49\u7684\u6807\u9898\u680f\uff01\u5c0f\u7ec4\u4ef6\u53ef\u4ee5\u88ab\u653e\u5230\u8fd9\u4e2a\u6807\u9898\u680f\u91cc\u9762*\n\n*This is a project can help you to have a custom titlebar! Widgets can add into titlebar!*\n\n### \u5b89\u88c5 Install\n```console\npip install CustomTkinterTitlebar --user\n```\n\n### Gallery\n\n\nrepo: https://github.com/littlewhitecloud/Terminal\n\n### \u5feb\u901f\u5f00\u59cb Quick Start\n```python\nfrom customtitlebar import CTT\nfrom tkinter import ttk\nfrom sv_ttk import set_theme\n\nexample = CTT()\nexample.title(\"TitleBar\")\nexample.geometry(\"1030x570\")\nset_theme(\"dark\")\nen = ttk.Entry(example.titlebar)\nen.pack(fill = \"y\", expand = True, pady = 1)\n\nexample.mainloop()\n```\n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "This is a \ud83d\udcdaproject can help you to have a custom titlebar! \u8fd9\u662f\u4e00\u4e2a\u53ef\u4ee5\u521b\u5efa\u81ea\u5b9a\u4e49\u6807\u9898\u680f\u7684\ud83d\udcda\u9879\u76ee",
"version": "1.0.8.7",
"project_urls": {
"Homepage": "https://github.com/littlewhitecloud/CustomTkinterTitlebar"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6d240b3cfb8ea5fc1bd7217917afa5c74ed84072516d0b3a531c54a5b18cb856",
"md5": "b7a51ef176864adf2172ab7677a57e2d",
"sha256": "b9fe02fd9a4c0d3f0f7a3ae20d8e91e585c77c4a8f79e0406872f818b0c25674"
},
"downloads": -1,
"filename": "customtkintertitlebar-1.0.8.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b7a51ef176864adf2172ab7677a57e2d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 23847,
"upload_time": "2025-07-22T09:46:16",
"upload_time_iso_8601": "2025-07-22T09:46:16.154266Z",
"url": "https://files.pythonhosted.org/packages/6d/24/0b3cfb8ea5fc1bd7217917afa5c74ed84072516d0b3a531c54a5b18cb856/customtkintertitlebar-1.0.8.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0290fbe0554d3e14b7f6bc98b258db84c48a68cfae11555b644bb35d4a638706",
"md5": "08a3ff9d3239d18d69beaa263870363e",
"sha256": "99f7e9aa07eea8c37f47926847b6214332fba9f037f3ee4a1a5ce489cd84bd95"
},
"downloads": -1,
"filename": "customtkintertitlebar-1.0.8.7.tar.gz",
"has_sig": false,
"md5_digest": "08a3ff9d3239d18d69beaa263870363e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20062,
"upload_time": "2025-07-22T09:46:17",
"upload_time_iso_8601": "2025-07-22T09:46:17.719853Z",
"url": "https://files.pythonhosted.org/packages/02/90/fbe0554d3e14b7f6bc98b258db84c48a68cfae11555b644bb35d4a638706/customtkintertitlebar-1.0.8.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-22 09:46:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "littlewhitecloud",
"github_project": "CustomTkinterTitlebar",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "darkdetect",
"specs": []
},
{
"name": "pillow",
"specs": []
}
],
"lcname": "customtkintertitlebar"
}