Hi all,
Recently I've been thinking of making a small widget like application that takes input (shortened URLs) from the user and decode them to the original ones. I was thinking of using GUI, and Python is my language of choice, since it's easy to use and learn. I've started to learn Python. But when I googled about GUI in Python, there're several ways namely Tkinter, WxPython, EasyGUI, Qt, etc, etc. So the main question is what to use, and from where to learn? I want to make this just for learning purpose. And I don't want to go much deep into GUI stuff. I just want a single window, with a text box, a label, one submit button and one quit button. That's all.
Thanks in advance.![]()