Articles tagged with: tkinter

Run a Tkinter app in kiosk mode on a Raspberry Pi
Run a Tkinter app in kiosk mode on a Raspberry Pi
Published Jan 9, 20203 min read0 comments
Tkinter (tk interface) is a Python binding to the Tk GUI toolkit. It's Python's most popular package for building GUI applications and is available on both Windows and Unix systems. In this example, we'll build a fullscreen application that loads when booting a Raspberry Pi running Raspbian Buster. The application is simple: load a random quote of the day and display it on screen. The full source code is available here: …
Read More →
Copyright © 2017-2023   Mark Brody | Blog