1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# About
### What is guizero?
* It is a Python 3 library for creating simple GUIs
* It is a wrapper for the standard Tkinter library (included by default when Python is installed)
### Aims
The aim of guizero is to make the process of creating simple GUIs quick, accessible and understandable for new learners.
* Works with standard Python Tkinter GUI library (and no need to install other libraries)
* Abstracts away details new learners find difficult to understand (such as Tkinter StringVar() objects)
* Accessible widget naming system to help new learners to build up a mental model
* Flexible enough to be used for projects up to A-Level standard, yet accessible to primary school children
* Comprehensive and accessible documentation with examples
* Generates helpful additional error messages
### Version
guizero is currently [version 0.6.0](changelog.md)
There may be bugs and features may change and be updated.
|