Questions tagged [guizero]

guizero is a Python 3 library for creating simple GUIs. Works with standard Python tkinter GUI library. Designed to allow new learners to quickly and easily create GUIs for their programs.

64 questions
0
votes
0 answers

How do I change widget in subthread (Raspbian)

I am writing a python code under Raspbian. I want to enable my button after taking a video, but it doesn't work, as I get an error message after I press the button. Please see my code below. def doit(): *here take 5 minutes video and save* …
0
votes
2 answers

AttributeError: 'str' object has no attribute 'disable'

I am currently learning guizero and I ran into an issue fairly quickly with making a function that disables buttons when clicked. The entire code is a bit much so below is the code that's applicable to the situation. buttons = ["button0",…
0
votes
1 answer

guizero Raspberry Pi: button -> command sequence problems

Required: pressing a button on a guizero App should first set a text value, then perform a function (here a simple time.sleep(); originally a subprocess); after performing the function a result text should be displayed; #!/usr/bin/python3 # -*-…
peets
  • 393
  • 1
  • 4
  • 13
-1
votes
1 answer

How do I get my python code that I transferred to pc to work?

I have a problem with my python, I have copied and pasted every thing from raspberry pi to pc and downloaded visual studio code to run it, and downloaded python and guizero to my pc via command terminal but even then, when I run my code, it opens up…
Reuby123
  • 1
  • 2
1 2 3 4
5