I'm an automation engineer for living and learning Python with the RPi 3 just for fun. I'm learning everything from the Internet to get a working python scripts for the GPIO programming. That works fine, but for real (hobby) projects I want to use an GUI to control the GPIO.
So currently I'm looking for a platform to build my GUI with. There are three requirements for me:
1. Programmable with Python or .NET or C#
2. Possibility to run on PuTTY
3. It needs to be easy to design. I want to drag my objects into the window and not need to specify all parameters by text
By watching YT I meet the Tkinter library for Python scripts, but can't run it over PuTTY and that's an absolute need because I don't use a touch screen for this project. So There is no possibility to run the GUI local. I also notice that some people are using QT for this job, but first I want to know if that's the best option before I try to install QT on the RPi. Because that should be a lot of work and my level is still beginner.
If there is an easy way to get the Tkinter library working over PuTTY I would love to hear that too!
Shoot your ideas!
Thx a lot!