Name | extended-tk JSON |
Version |
0.14.0
JSON |
| download |
home_page | |
Summary | An add-on for the tkinter package |
upload_time | 2023-05-07 11:44:42 |
maintainer | |
docs_url | None |
author | Elidas |
requires_python | |
license | GNUGPLv3 |
keywords |
tkinter
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
(es)
Descripción General:
Ampliación del paquete TkInter con herramientas desarrolladas por necesidad de diferentes proyectos.
Contenido
>>> Add Delete Buttons (Add_Delete):
Se trata de im pr de botones [+] [-] que copian o eliminan los elementos Tk de la fila en la que se encuentran.
>>> Parámetros de entrada:
min_row -> Por definición establecido en 1, establece el mÃnimo de filas que deben permanecer
max_row -> Establece el máximo de copias as realzar, por definición establecido en -1, lo que indica que no hay lÃmite de copias.
>>> Ejemplo de uso:
if __name__=='__main__':
root = Tk() # root creation
root.geometry('275x200') # geometry of the window
# items to be copied
Label(root, text='Hola Mundo').grid(row=0, column=0)
name = Entry(root)
name.grid(row=0, column=1)
# buttons to add or delete rows of copied items
copy_buttons = Add_Delete(root, max_row=5) # configured to copy the row only 4 times, 5 rows in total count
auto_move = Label(root, text='Este texto se mueve solo!')
auto_move.grid(row=1, column=1)
copy_buttons.add_extra(auto_move)
# mainloop
root.mainloop()
>>> Control de versiones:
- 0.12.0: Primera version estable.
- 0.13.0: Añadido en ScrollableWindow el método collect_children
- 0.14.0: Añadida opción de añadir otros elementos a los botones Add_Delete fuera de la linea
a copiar.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free software
Foundation, either version 3 of the License, or (at your option) any later
version
Raw data
{
"_id": null,
"home_page": "",
"name": "extended-tk",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Tkinter",
"author": "Elidas",
"author_email": "",
"download_url": "",
"platform": null,
"description": "(es)\r\n\r\nDescripci\u00c3\u00b3n General:\r\n\r\n Ampliaci\u00c3\u00b3n del paquete TkInter con herramientas desarrolladas por necesidad de diferentes proyectos.\r\n\r\nContenido\r\n\r\n>>> Add Delete Buttons (Add_Delete):\r\n\r\n Se trata de im pr de botones [+] [-] que copian o eliminan los elementos Tk de la fila en la que se encuentran.\r\n\r\n>>> Par\u00c3\u00a1metros de entrada:\r\n\r\n min_row -> Por definici\u00c3\u00b3n establecido en 1, establece el m\u00c3\u00adnimo de filas que deben permanecer\r\n\r\n max_row -> Establece el m\u00c3\u00a1ximo de copias as realzar, por definici\u00c3\u00b3n establecido en -1, lo que indica que no hay l\u00c3\u00admite de copias.\r\n\r\n>>> Ejemplo de uso:\r\n\r\n if __name__=='__main__':\r\n root = Tk() # root creation\r\n root.geometry('275x200') # geometry of the window\r\n \r\n # items to be copied\r\n Label(root, text='Hola Mundo').grid(row=0, column=0)\r\n name = Entry(root)\r\n name.grid(row=0, column=1)\r\n\r\n # buttons to add or delete rows of copied items\r\n copy_buttons = Add_Delete(root, max_row=5) # configured to copy the row only 4 times, 5 rows in total count\r\n \r\n auto_move = Label(root, text='Este texto se mueve solo!')\r\n auto_move.grid(row=1, column=1)\r\n \r\n copy_buttons.add_extra(auto_move)\r\n \r\n # mainloop\r\n root.mainloop()\r\n\r\n\r\n\r\n\r\n\r\n>>> Control de versiones:\r\n\r\n- 0.12.0: Primera version estable.\r\n- 0.13.0: A\u00c3\u00b1adido en ScrollableWindow el m\u00c3\u00a9todo collect_children\r\n- 0.14.0: A\u00c3\u00b1adida opci\u00c3\u00b3n de a\u00c3\u00b1adir otros elementos a los botones Add_Delete fuera de la linea\r\n a copiar.\r\n\r\nThis program is free software: you can redistribute it and/or modify it under\r\nthe terms of the GNU General Public License as published by the Free software\r\nFoundation, either version 3 of the License, or (at your option) any later\r\nversion\r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "GNUGPLv3",
"summary": "An add-on for the tkinter package",
"version": "0.14.0",
"project_urls": null,
"split_keywords": [
"tkinter"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "63f64d2be879ec98c420cbaa3bd661e2975819ad033c258a61dbcc1f46f8271d",
"md5": "eaef3c085c5943caf628904db89dc744",
"sha256": "e77007ba7612a61310de459f6ceb95e4ef57eb825f79ba31cde316f87ea2755c"
},
"downloads": -1,
"filename": "extended_tk-0.14.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eaef3c085c5943caf628904db89dc744",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8060,
"upload_time": "2023-05-07T11:44:42",
"upload_time_iso_8601": "2023-05-07T11:44:42.241514Z",
"url": "https://files.pythonhosted.org/packages/63/f6/4d2be879ec98c420cbaa3bd661e2975819ad033c258a61dbcc1f46f8271d/extended_tk-0.14.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-07 11:44:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "extended-tk"
}