Python Forum
looking for example code for GUI
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
looking for example code for GUI
#6
Quote:a nice simple program brings up a window showing given text and having a text input area with nice editing, a submit button (and/or accepts enter key to submit), and outputs the typed in text to stdout (e.g prints it).
What you plan on using it for depends on what library you use. Which then turns into what examples you get as a response here. But we dont know what this.

Quote:Also you might want to look at pygame.
http://pygame.org/hifi.html
I started collecting classes, such as a button/input box (mostly from mekire), but i didnt get too far before i stopped
https://github.com/metulburr/pygooey
Pygame has no basic GUI tools. So you have to create everything yourself. So if your not making a game, its best wise to use a different library.
Recommended Tutorials:
Reply


Messages In This Thread
looking for example code for GUI - by Skaperen - Oct-30-2016, 03:34 AM
RE: looking for example code for GUI - by Skaperen - Oct-30-2016, 05:35 AM
RE: looking for example code for GUI - by Larz60+ - Oct-30-2016, 05:02 AM
RE: looking for example code for GUI - by Barrowman - Oct-30-2016, 08:50 AM
RE: looking for example code for GUI - by metulburr - Oct-30-2016, 10:39 AM
RE: looking for example code for GUI - by Larz60+ - Oct-31-2016, 12:17 AM
RE: looking for example code for GUI - by Skaperen - Oct-31-2016, 03:25 AM
RE: looking for example code for GUI - by Larz60+ - Oct-31-2016, 04:30 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020