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.
If you make a new widget and you want more people use it,you can
```python
import Gui_creater as gc
gc.Create_new_widget()
```
Then you can see a window , a input-area and a button with text "鎵撳紑" are on it.
Click the button , then choose a file.After that ,you can see texts in the area.
Click the button with text "涓婁紶",it can upload you widget to server.
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/b0/c3/d356fd8a3b47d805fcab25a2a9099b6ff5f72158ac719b3b7da46a33bb97/gui_creater-0.1.6.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\nIf you make a new widget and you want more people use it,you can\r\n```python\r\nimport Gui_creater as gc\r\ngc.Create_new_widget()\r\n```\r\nThen you can see a window , a input-area and a button with text \"\u93b5\u64b3\u7d11\" are on it.\r\nClick the button , then choose a file.After that ,you can see texts in the area.\r\nClick the button with text \"\u6d93\u5a41\u7d36\",it can upload you widget to server. \r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple library to make useful Gui.",
"version": "0.1.6",
"project_urls": {
"Homepage": "https://github.com/pysilver-8888/Gui_creater"
},
"split_keywords": [
"gui",
" example"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "112aeb6257846f2546c4fba298c5e90c00a5391ec4864381c91e18de5a5438f7",
"md5": "3f8e9bad1a1f553a7a2f3ac404971645",
"sha256": "eb85f33ad9672246a056972a2edfd01608f32871e7188d9cb30c8e1ec4ebfeac"
},
"downloads": -1,
"filename": "Gui_creater-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3f8e9bad1a1f553a7a2f3ac404971645",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 7249,
"upload_time": "2025-02-10T08:28:10",
"upload_time_iso_8601": "2025-02-10T08:28:10.862320Z",
"url": "https://files.pythonhosted.org/packages/11/2a/eb6257846f2546c4fba298c5e90c00a5391ec4864381c91e18de5a5438f7/Gui_creater-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0c3d356fd8a3b47d805fcab25a2a9099b6ff5f72158ac719b3b7da46a33bb97",
"md5": "9d174ee557edbe122dd10b4580e03ac2",
"sha256": "429b1451830dff81cea8b6dd920e41074adae59a522090f78515426ee5206292"
},
"downloads": -1,
"filename": "gui_creater-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "9d174ee557edbe122dd10b4580e03ac2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 6140,
"upload_time": "2025-02-10T08:28:13",
"upload_time_iso_8601": "2025-02-10T08:28:13.261707Z",
"url": "https://files.pythonhosted.org/packages/b0/c3/d356fd8a3b47d805fcab25a2a9099b6ff5f72158ac719b3b7da46a33bb97/gui_creater-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-10 08:28:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pysilver-8888",
"github_project": "Gui_creater",
"github_not_found": true,
"lcname": "gui-creater"
}