Python module to allow learners to easily create GUIs
Project description
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
Install
If you can download and unzip a file, you can install guizero - no special permissions or administrator rights are required.
If you have administrator rights and are connected to the internet, you can use pip to quickly install guizero.
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.
from guizero import App, Text
app = App(title="Hello world")
message = Text(app, text="Welcome to the Hello world app!")
app.display()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file guizero-0.6.0.tar.gz
.
File metadata
- Download URL: guizero-0.6.0.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.5.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69ac544915797bdd91faa9b0c477c410ed8468c7f32099c4e1e745cfec696a02 |
|
MD5 | ac5b8fcb26045fe1a5f01ac986412176 |
|
BLAKE2b-256 | a696cb726dd526ce68d2301d89039ff91440404bbb9adea2b67a12529b58c7cc |
File details
Details for the file guizero-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: guizero-0.6.0-py3-none-any.whl
- Upload date:
- Size: 37.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.5.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff68eb91db926e7911fbaa7753d783fc34156dd22c7709294758e269f434c157 |
|
MD5 | 9df711c9323462051f9f1ce2f3a35070 |
|
BLAKE2b-256 | cc5325f68aebdf46b6926193bd2a772fedb0d1fa800d147606c32b824ceb524c |