# guizero
guizero is designed to allow new learners to quickly and easily create GUIs for their programs.
There is comprehensive documentation at [lawsie.github.io/guizero](https://lawsie.github.io/guizero/)
## Install
If you can download and unzip a file, you can [install guizero](https://lawsie.github.io/guizero/#easy-install) - **no special permissions or administrator rights are required**.
If you have administrator rights and are connected to the internet, you can [use the command line to install or upgrade guizero](https://lawsie.github.io/guizero/#install-using-command-line).
guizero only requires `tkinter` to be installed, which is included with a standard Python installation on all platforms except Linux.
A python module to allow learners to easily create GUIs. guizero is designed to be used by new learners.
## Use
guizero is simple to use, taking away much of the complexity of creating simple GUIs.
```python
from guizero import App, Text
app = App(title="Hello world")
message = Text(app, text="Welcome to the Hello world app!")
app.display()
```
Raw data
{
"_id": null,
"home_page": "https://github.com/lawsie/guizero",
"name": "guizero",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": "",
"keywords": "GUI,guizero,interface",
"author": "Laura Sach",
"author_email": "laura.sach@raspberrypi.org",
"download_url": "https://files.pythonhosted.org/packages/9f/4e/c852fd51e9fa483f6c0defba15eede90a8ca66d735ba6f6fd332e7c39af3/guizero-1.5.0.tar.gz",
"platform": null,
"description": "# guizero\r\n\r\nguizero is designed to allow new learners to quickly and easily create GUIs for their programs.\r\n\r\nThere is comprehensive documentation at [lawsie.github.io/guizero](https://lawsie.github.io/guizero/)\r\n\r\n## Install\r\n\r\nIf you can download and unzip a file, you can [install guizero](https://lawsie.github.io/guizero/#easy-install) - **no special permissions or administrator rights are required**.\r\n\r\nIf you have administrator rights and are connected to the internet, you can [use the command line to install or upgrade guizero](https://lawsie.github.io/guizero/#install-using-command-line).\r\n\r\nguizero only requires `tkinter` to be installed, which is included with a standard Python installation on all platforms except Linux.\r\nA python module to allow learners to easily create GUIs. guizero is designed to be used by new learners.\r\n\r\n## Use\r\n\r\nguizero is simple to use, taking away much of the complexity of creating simple GUIs.\r\n\r\n```python\r\nfrom guizero import App, Text\r\napp = App(title=\"Hello world\")\r\nmessage = Text(app, text=\"Welcome to the Hello world app!\")\r\napp.display()\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Python module to allow learners to easily create GUIs",
"version": "1.5.0",
"project_urls": {
"Homepage": "https://github.com/lawsie/guizero"
},
"split_keywords": [
"gui",
"guizero",
"interface"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0942e5a294a9bef25dfd5282400c7289bfcf6a81995317cbbd56d32d014ac478",
"md5": "a54264194f3ca74e24ec198fabcd8b73",
"sha256": "5820f6638d3af1b659713e4de980f87c8d3d768056e5c57df10b967cd8b16817"
},
"downloads": -1,
"filename": "guizero-1.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a54264194f3ca74e24ec198fabcd8b73",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 44647,
"upload_time": "2023-12-03T09:23:22",
"upload_time_iso_8601": "2023-12-03T09:23:22.124162Z",
"url": "https://files.pythonhosted.org/packages/09/42/e5a294a9bef25dfd5282400c7289bfcf6a81995317cbbd56d32d014ac478/guizero-1.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "01f16196115499e000c15ed71fe118d4c9f479077e111f930807c9ec031081cc",
"md5": "a3905033e3a0500157a2d3d085bfe291",
"sha256": "91dffcc4248426b505ab75d390c6e01dedd811e34d2afb2ce0d82f36cf77c374"
},
"downloads": -1,
"filename": "guizero-1.5.0-py3-none-win32.whl",
"has_sig": false,
"md5_digest": "a3905033e3a0500157a2d3d085bfe291",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 44646,
"upload_time": "2023-12-03T09:23:23",
"upload_time_iso_8601": "2023-12-03T09:23:23.489917Z",
"url": "https://files.pythonhosted.org/packages/01/f1/6196115499e000c15ed71fe118d4c9f479077e111f930807c9ec031081cc/guizero-1.5.0-py3-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9f4ec852fd51e9fa483f6c0defba15eede90a8ca66d735ba6f6fd332e7c39af3",
"md5": "63818c98dba744e70fcfd6174c5050f3",
"sha256": "421f8e6871d795064c1608f8277ae3d252e129f656ddc558b30f577bdc6267d1"
},
"downloads": -1,
"filename": "guizero-1.5.0.tar.gz",
"has_sig": false,
"md5_digest": "63818c98dba744e70fcfd6174c5050f3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 40861,
"upload_time": "2023-12-03T09:25:09",
"upload_time_iso_8601": "2023-12-03T09:25:09.851386Z",
"url": "https://files.pythonhosted.org/packages/9f/4e/c852fd51e9fa483f6c0defba15eede90a8ca66d735ba6f6fd332e7c39af3/guizero-1.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-03 09:25:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lawsie",
"github_project": "guizero",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "guizero"
}