This is a package about how to create a gui easily,
like this
```python
import Gui_creater as gc
root=gc.windows()
root.add("-Window",name=1)
a.add("-Text","2",father_name="1",placewhere=("place",{"x":0,"y":0}),args={"text":"HELLO_GUI(浣犲ソ锛孏UI)","bg":"red"})
a.add("-Button","3",father_name="1",placewhere=("place",{"x":100,"y":0}),args={"text":"HELLO(浣犲ソ)","bg":"blue","command":lambda:print("HELLO GUI!")})
root.start()
```
They can create a window,and there is a text ("HELLO_GUI("浣犲ソ锛孏UI")"),a button (its text is "HELLO(浣犲ソ)").If you click the button,then it can print("HELLO GUI!").You can run "test.py" to try it.
Raw data
{
"_id": null,
"home_page": "https://github.com/pysilver-8888/Gui_creater",
"name": "Gui-creater",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "gui, example",
"author": "pysilver",
"author_email": "19595263@qq.com",
"download_url": "https://files.pythonhosted.org/packages/4f/b6/6223863003b0dea85b737bc86de7f68e4afa65213687de3337b242b0b4e1/gui_creater-0.1.0.tar.gz",
"platform": null,
"description": "This is a package about how to create a gui easily,\r\nlike this\r\n```python\r\nimport Gui_creater as gc\r\nroot=gc.windows()\r\nroot.add(\"-Window\",name=1)\r\na.add(\"-Text\",\"2\",father_name=\"1\",placewhere=(\"place\",{\"x\":0,\"y\":0}),args={\"text\":\"HELLO_GUI(\u6d63\u72b2\u30bd\u951b\u5b4fUI)\",\"bg\":\"red\"})\r\na.add(\"-Button\",\"3\",father_name=\"1\",placewhere=(\"place\",{\"x\":100,\"y\":0}),args={\"text\":\"HELLO(\u6d63\u72b2\u30bd)\",\"bg\":\"blue\",\"command\":lambda:print(\"HELLO GUI!\")})\r\nroot.start()\r\n```\r\nThey can create a window,and there is a text (\"HELLO_GUI(\"\u6d63\u72b2\u30bd\u951b\u5b4fUI\")\"),a button (its text is \"HELLO(\u6d63\u72b2\u30bd)\").If you click the button,then it can print(\"HELLO GUI!\").You can run \"test.py\" to try it. \r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple library to make useful Gui.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/pysilver-8888/Gui_creater"
},
"split_keywords": [
"gui",
" example"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1134fcb3d34532a776c270763cd845a51c86529f445ac2093a10e63c0f5eb5d5",
"md5": "9fa732c22e5a14e16d387559a031a447",
"sha256": "cbe3c0aca0a575fbd2e790410f346057a65977c880ea673fd24018c757f08cc9"
},
"downloads": -1,
"filename": "Gui_creater-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9fa732c22e5a14e16d387559a031a447",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4064,
"upload_time": "2025-01-20T02:26:35",
"upload_time_iso_8601": "2025-01-20T02:26:35.310735Z",
"url": "https://files.pythonhosted.org/packages/11/34/fcb3d34532a776c270763cd845a51c86529f445ac2093a10e63c0f5eb5d5/Gui_creater-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4fb66223863003b0dea85b737bc86de7f68e4afa65213687de3337b242b0b4e1",
"md5": "25987b9c1ca555e562d71a8ace50ce1a",
"sha256": "aa02c1a13617fe57d69f3b004626157f3f848a2f4b5b6f9e5f2167c888ebf19d"
},
"downloads": -1,
"filename": "gui_creater-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "25987b9c1ca555e562d71a8ace50ce1a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3951,
"upload_time": "2025-01-20T02:26:37",
"upload_time_iso_8601": "2025-01-20T02:26:37.341187Z",
"url": "https://files.pythonhosted.org/packages/4f/b6/6223863003b0dea85b737bc86de7f68e4afa65213687de3337b242b0b4e1/gui_creater-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-20 02:26:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pysilver-8888",
"github_project": "Gui_creater",
"github_not_found": true,
"lcname": "gui-creater"
}