Skip to main content

Questions tagged [tkinter]

Tkinter is the Python binding for the Tk graphical user interface (GUI) widget library.

0 votes
0 answers
66 views

I wrote code for my RPi as below and it was working preatty long time, unfortunatelly after system update buttons Start and Stop does not generate any reaction. What may be the reason and how to fix ...
adamssson's user avatar
0 votes
1 answer
86 views

Unfortunately, I wasn't able to make this post with all the information I wanted to give. I was originally going to post it from the RPi 400 that I was having all these problems on, but apparently ...
Anonymaton's user avatar
-1 votes
1 answer
400 views

I am curently trying to run the code below, which feeds a live stream to a tkinter gui: from tkinter import * from PIL import ImageTk, Image import cv2 root = Tk() # Create a frame app = Frame(root, ...
Bobby's user avatar
  • 1
1 vote
0 answers
2k views

I have created a video (with audio) player using vlc on Raspberry pi 4 board. Code and other details below. I have an HDMI screen attached on HDMI-1. I am hiding the desktop using this approach. This ...
Meritor's user avatar
  • 21
1 vote
1 answer
242 views

I have made executable file of python tkinter application. It runs well when clicked. But I want to run it at Boot time (AutoStart) in Raspberry Pi Os. I have tried many methods but they didn't work. ...
Sukrit Machine Tools's user avatar
1 vote
0 answers
96 views

I'm trying to launch a tkinter GUI I made that is used to read GPIO pins as well as some ROS topics. I'm using Buster 10 and ROS Melodic with Python 3.7. I am using Clearpath's robot_upstart package ...
jr4d's user avatar
  • 11
0 votes
0 answers
271 views

Using Tkinter to control the GPIO pins on Raspberry Pi is easy and trivial, but can it be done when GUI is not stored in pi, but to another device. granted the device and Pi are connected to the same ...
SpaceSpadiex's user avatar
1 vote
1 answer
352 views

I am trying to write a simple python program for a Rasperry Pi 2 Model B. When finished it should be able to get a few values via uart and display one out of 200 images based on that. Additionally, it ...
Haissem55's user avatar
0 votes
0 answers
61 views

This one has me completely stumped, hoping someone can point me in the right direction! Here's my MRE of the issue: from tkinter import * root = Tk() w = 200 h = 200 c = Canvas(root, width=w, ...
Jason Ellis's user avatar
0 votes
1 answer
133 views

I bought the official Raspberry Pi Display and wonder now how I can display a GUI on it. I‘m using Raspbian with desktop. I did a lot of research and tried to make an Autostart Programm, which shows a ...
Niklas's user avatar
  • 1
0 votes
1 answer
349 views

EDIT*** I have a "STEC11B03 ALPS" rotary encoder and I want a python script to output the same signal to the circuit as the rotary encoder does when turning. I want the script to do the same ...
bignoob1234's user avatar
0 votes
0 answers
579 views

I want to start my GUI app wrote in python with tkinter at start my Rpi, I set the start method in the rc.local like this: sudo bash -c 'python /home/pi/Desktop/appPython/good.py > /home/pi/...
mourazo's user avatar
  • 101
0 votes
1 answer
1k views

I' m new to Raspberry Pi and I created a file with the code: from tkinter import * from PIL import Image, ImageTk import board import busio from adafruit_as726x import AS726x_I2C import time import ...
Psiloritis's user avatar
0 votes
1 answer
76 views

I am trying to trigger a timer when there is audio and stop the timer when the audio is lower than a set value. There is a reset button that will reset the timer back to zero. The reset button works ...
P.V.Anthony's user avatar
1 vote
0 answers
228 views

I have a problem with loading the Tkinter script at every reboot of the Raspberry. The script is executable and starts from a .desktop file. No problem with it when the Raspbian OS is booted (I guess ...
Stan Eskin's user avatar

15 30 50 per page
1
2 3 4 5