

Note: For most people, there will be only one version of Python and you can safely choose the default option.

Select which version(s) of Python you want to install guizero for and click Next. Run the guizero installer and select whether guizero should be installed for all users or just for me and click Next. Note: If you are not sure what version of python you are running, run the following program in Python, which will output either 32 or 64: import struct If you are using Windows you can install guizero by downloading and running a Windows MSI installer application.ĭownload either the 64-bit guizero installer or the 32-bit guizero installer depending on which version of Python you are using. If you installed guizero using the easy install method, to upgrade you should follow the same easy installation steps to download the latest version of guizero, then delete the old guizero folder and replace it with the newest version. If you installed guizero using pip, you can upgrade guizero using a pip command: The additional image features are not available to install using the easy install method. you will need to install guizero with the pip command: To use the additional image features of guizero such as: Sudo apt-get install python-guizero Install additional features Note: If you are using Debian, you alternatively have the option to install guizero via apt

Install guizero using pip by typing pip3 install guizero or sudo pip3 install guizero if you don't have superuser rights

Install tkinter using your distribution's package manager, e.g.Open a terminal window by clicking Menu > Accessories > Terminal. Open a terminal window by clicking Applications > Utilities > Terminal, or by typing 'terminal' into the desktop's search bar. If you experience problems, have a look at this guide to Using pip on Windows. Open a command prompt by clicking Start > Windows System > Command Prompt, or by typing 'command' into the start menu's search bar. Pip can also be used to install additional features and upgrade guizero. You can use the command prompt and pip to install guizero for: That's it! When you write your guizero code, make sure you save it into your home directory. Open the guizero-master folder, then copy the guizero folder and paste it into your home directory Easy installĬlick the green "Code" button and then "Download ZIP" Windows users can also use the Windows MSI installer. If you have administrator rights and are connected to the internet, you can use pip to install or upgrade guizero (recommended). If you can download and unzip a file, you can install guizero - no special permissions or administrator rights are required. Guizero is designed to allow new learners to quickly and easily create GUIs for their programs.
