Python GUI Interface
Posted: Wed Jan 18, 2017 3:10 pm
https://www.youtube.com/watch?v=Bvq0LdBn0dY
We created a program that runs similarly to the GUI in the video above using tkinter library and python. We want the program to start immediately after every start up, but are unsure how. The interface is at full screen right now with no access to the desktop or menu. We want the user to simply experience the interface and not have to open and run any code, with the exit button commanding the pi to shutdown. Changing rc.local and crontab hasn't given us any results, which could be an affect of us coding incorrectly. We are students learning this, so we would appreciate simple or step by step explanations if possible.
Thank you.
We created a program that runs similarly to the GUI in the video above using tkinter library and python. We want the program to start immediately after every start up, but are unsure how. The interface is at full screen right now with no access to the desktop or menu. We want the user to simply experience the interface and not have to open and run any code, with the exit button commanding the pi to shutdown. Changing rc.local and crontab hasn't given us any results, which could be an affect of us coding incorrectly. We are students learning this, so we would appreciate simple or step by step explanations if possible.
Thank you.