Python Forum

Full Version: GUI Advice - What software to use
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm working on a personal project and I want to create a G.U.I that I can display/print text outputs and I can input text to.

This is the image background for the GUI I plan to use:
[attachment=1424]
And this is the format I want (Where i want the text output and input mapped out to):
[attachment=1423]

I'm wondering what software would be best for creating this type of G.U.I and how I would go about doing so?

Any help is greatly appreciated.

Thanks in advance.
See this link
(Nov-26-2021, 07:57 PM)menator01 Wrote: [ -> ]See this link

Thanks for the response.

I'm looking at some Tkinter tutorials and it seems to be easy to use & understand (at least at first glance) and it looks like it would suit all my needs.
I'm going to look into it further.

Thanks again.