Name | irene-pro1 JSON |
Version |
0.0.79
JSON |
| download |
home_page | |
Summary | Use customized GUI |
upload_time | 2023-06-30 08:42:21 |
maintainer | |
docs_url | None |
author | Irene coldsober |
requires_python | |
license | |
keywords |
tkinter
widget
gui
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 'irene-pro'
This is my customized user interface which is rooted from tkinter package.
nothing big that I did from here that is different from what already in tkinter, but I rather set my default parameters and
styles for those rooted to ttk, example Combobox.
this is the first version, and later I will keep making extra-improvement including adding default icons to buttons and other
cool stuffs until it will be large package or framework in coming years.
=========how to use the package======
from irene-pro import widgets, logic
# create button
button = widgets.btn(master = root, text = 'send')
button.pack(side = LEFT)
# create table gui
table = widgets.Table_gui(parent = root)
Raw data
{
"_id": null,
"home_page": "",
"name": "irene-pro1",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "tkinter,widget,gui",
"author": "Irene coldsober",
"author_email": "<irene.study.2023@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/6f/46/ded15cc11db709de4025748d05d246dcc41ddb93e796785522d3750b7efb/irene_pro1-0.0.79.tar.gz",
"platform": null,
"description": "\r\n# 'irene-pro'\r\n\r\n\r\n\r\nThis is my customized user interface which is rooted from tkinter package.\r\n\r\nnothing big that I did from here that is different from what already in tkinter, but I rather set my default parameters and \r\n\r\nstyles for those rooted to ttk, example Combobox.\r\n\r\n\r\n\r\nthis is the first version, and later I will keep making extra-improvement including adding default icons to buttons and other\r\n\r\ncool stuffs until it will be large package or framework in coming years.\r\n\r\n\r\n\r\n=========how to use the package======\r\n\r\nfrom irene-pro import widgets, logic\r\n\r\n\r\n\r\n# create button\r\n\r\nbutton = widgets.btn(master = root, text = 'send')\r\n\r\nbutton.pack(side = LEFT)\r\n\r\n\r\n\r\n# create table gui\r\n\r\ntable = widgets.Table_gui(parent = root)\r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Use customized GUI",
"version": "0.0.79",
"project_urls": null,
"split_keywords": [
"tkinter",
"widget",
"gui"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7876ce67f05f92b46715bacc6073a8d8d9641ce5a30a219813a4f918fb538239",
"md5": "4c885225636a6ffefe74a6b51b2f1b27",
"sha256": "ec74421f6bf765f2d752549201b62888285004e0ea7445ab5fb9b5891489ab91"
},
"downloads": -1,
"filename": "irene_pro1-0.0.79-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4c885225636a6ffefe74a6b51b2f1b27",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 12011,
"upload_time": "2023-06-30T08:42:19",
"upload_time_iso_8601": "2023-06-30T08:42:19.538456Z",
"url": "https://files.pythonhosted.org/packages/78/76/ce67f05f92b46715bacc6073a8d8d9641ce5a30a219813a4f918fb538239/irene_pro1-0.0.79-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f46ded15cc11db709de4025748d05d246dcc41ddb93e796785522d3750b7efb",
"md5": "a04471f53bbdcbab7a95bc3b75f3f09d",
"sha256": "5731adf96c8a0d8db33fdd180cf1841673554b23f0a84b722c426f7c12e0ce11"
},
"downloads": -1,
"filename": "irene_pro1-0.0.79.tar.gz",
"has_sig": false,
"md5_digest": "a04471f53bbdcbab7a95bc3b75f3f09d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12261,
"upload_time": "2023-06-30T08:42:21",
"upload_time_iso_8601": "2023-06-30T08:42:21.091111Z",
"url": "https://files.pythonhosted.org/packages/6f/46/ded15cc11db709de4025748d05d246dcc41ddb93e796785522d3750b7efb/irene_pro1-0.0.79.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-30 08:42:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "irene-pro1"
}