Hello,
I have written a GUI for my program using tkinter, and will be using this program to interact with the GPIO pins (buttons turning on/off LED's). After doing some research I have found that the solution to this is using the pigpio library.
I am new to programming, so to me this seems like a "workaround".
Is this the accepted method of being able to interact with GPIO pins using buttons on a GUI application? Why can't we just tell the raspberry pi that the application has sudo privileges somehow?
Any info would be helpful!
Thanks!
Matt
