Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
GUIs - A Modest Proposal
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Martin v. Loewis, post: 4085495"] Is the Tkinter GUI also the basic way that Python handles a graphics No. Python, in itself, does not "handle" graphics displays at all. For any output to the graphics display, it uses some kind of library, whether it's console output, or a GUI application. One specific GUI library is Tkinter. A standard "print" command (which eventually also outputs to the graphics display) instead uses the terminal emulation of the operating system. Regards, Martin [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
GUIs - A Modest Proposal
Top