# _自定义标题栏_ _CustomTkinterTitlebar_
### 📃 *这是一个项目可以帮助你拥有一个自定义的标题栏!小组件可以被放到这个标题栏里面*
*This is a project can help you to have a custom titlebar! Widgets can add into titlebar!*
### 安装 Install
```console
pip install CustomTkinterTitlebar --user
```
### 快速开始 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()
```
### 预览 View


### 🎰 样例 Example
https://github.com/littlewhitecloud/CustomTkinterTitlebar-Examples
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/93/e8/ad68bf2a427fa15e4d8988edf5958ca16711dedfca4d391b1fee08890e49/customtkintertitlebar-1.0.8.6.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### \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### \u9884\u89c8 View\n\n\n\n\n### \ud83c\udfb0 \u6837\u4f8b Example\nhttps://github.com/littlewhitecloud/CustomTkinterTitlebar-Examples\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.6",
"project_urls": {
"Homepage": "https://github.com/littlewhitecloud/CustomTkinterTitlebar"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8aba5825e8907d2d72d75c9bed1299b2141f15c666805cba48d9c8e4bdfdd5cf",
"md5": "5c1cf9bf3c5b81bd4a6123b612882358",
"sha256": "4e4dca4acb21d721b2ee29e011fe84e24fe2b2e61a862126ba1f815b4aeba6e6"
},
"downloads": -1,
"filename": "CustomTkinterTitlebar-1.0.8.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c1cf9bf3c5b81bd4a6123b612882358",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 23711,
"upload_time": "2024-08-31T04:20:52",
"upload_time_iso_8601": "2024-08-31T04:20:52.701262Z",
"url": "https://files.pythonhosted.org/packages/8a/ba/5825e8907d2d72d75c9bed1299b2141f15c666805cba48d9c8e4bdfdd5cf/CustomTkinterTitlebar-1.0.8.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "93e8ad68bf2a427fa15e4d8988edf5958ca16711dedfca4d391b1fee08890e49",
"md5": "5748be809642b3c4704610978c4d6698",
"sha256": "ab7450ade6a93809e2f0295ae9dea8d0bf9e7d202c7b809a5b3a0cf3e8ce1b83"
},
"downloads": -1,
"filename": "customtkintertitlebar-1.0.8.6.tar.gz",
"has_sig": false,
"md5_digest": "5748be809642b3c4704610978c4d6698",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19912,
"upload_time": "2024-08-31T04:20:54",
"upload_time_iso_8601": "2024-08-31T04:20:54.022571Z",
"url": "https://files.pythonhosted.org/packages/93/e8/ad68bf2a427fa15e4d8988edf5958ca16711dedfca4d391b1fee08890e49/customtkintertitlebar-1.0.8.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-31 04:20:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "littlewhitecloud",
"github_project": "CustomTkinterTitlebar",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "customtkintertitlebar"
}