Skip to content Skip to sidebar Skip to footer

How To Run A Python Program(containing Tkinter) On Startup

I want to execute a simple python script that contain tkinter window on start up of raspberry pi. and the tkinter window will appear on the monitor. suppose my simple script is im

Solution 1:

Open /etc/profile and put this line at the bottom

sudo python /home/pi/projects/test.py

Source

Post a Comment for "How To Run A Python Program(containing Tkinter) On Startup"