Create Graphical User Interfaces with Python

History design game interface python

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

Raspberry Pi

0
Become a Fan
5.0

Description:
Create Graphical User Interfaces with Python
October 2020

"Add buttons, boxes, pictures and colours and more to your Python programs using the guizero library, which is quick, accessible, and understandable for all.
This 156-page book is suitable for everyone, from beginners to experienced Python programmers who want to explore graphical user interfaces (GUIs).
There are ten fun projects for you to create, including a painting program, an emoji match game, and a stop-motion animation creator.

Create games and fun Python programs
Learn how to create your own graphical user interfaces
Use windows, text boxes, buttons, images, and more
Learn about event-based programming
Explore good (and bad) user interface design

This book was written using an earlier version of Raspberry Pi OS. Please use Raspberry Pi OS (Legacy) for full compatibility. See magpi.cc/legacy for more information."

From: https://magpi.raspberrypi.com/books/create-guis


P.69, 75-77 of the print version

The if statements to set the speed variable based on the score are in the wrong order. They should be as follows:

if score > 30:
` speed = 200`

elif score > 20:
` speed = 400`

elif score > 10:
` speed = 500`

Ratings & Comments

0 Comments

Be the first to comment
Pling
0 Affiliates
Details
license Creative Commons Attribution ShareAlike
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 2

More History from riinii:

Richard Stallman et la revolution du logiciel libre
riinii
last update date: 2 months ago

Score 5.0

Code Club Book of Scratch
riinii
last update date: 6 months ago

Score 5.0

Oracle Database - Notes for Professionals ebook
riinii
last update date: 7 months ago

Score 5.0

PostgreSQL - Notes for Professionals ebook
riinii
last update date: 7 months ago

Score 5.0

Microsoft SQL Server - Notes for Professionals
riinii
last update date: 7 months ago

Score 5.0

SQL - Notes for Professionals
riinii
last update date: 7 months ago

Score 5.0

Other History:

Chinese history in short
maggiedong
last update date: 2 years ago

Score 6.1

Give and Take
jack98
last update date: 3 years ago

Score 5.0

Money Management Google Sheet Microsoft Excel
reiryuki
last update date: 2 weeks ago

Score 5.0



System Tags