-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add PySimpleGUI to list of GUI frameworks #918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks @MikeTheWatchGuy, happy to add your project. Still one of my favorite Pythonista Cafe stories :-) |
docs/scenarios/gui.rst
Outdated
------ | ||
`PySimpleGUI <https://pysimplegui.readthedocs.io/>`_ is a wrapper for the Tkinter. The amount of code required to implement custom GUIs is much shorter using PySimpleGUI than if the same GUI were written directly using tkinter. Having Tkinter as a base results in the ability to run on a larger number of platforms than other GUI frameworks. | ||
|
||
pip install pysimplegui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This currently doesn't get rendered as a console block, please check some of the other embedded code examples to make sure it renders correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow! You're EVERYWHERE Dan!
I don't understand what you mean about rendering as a console block.
I'm still getting used to all these different document formats and editors.
I used the GitHub editor to make the edits. Thought the formatting matched.
I'm super picky about making stuff match.
I was disappointed to see the original somehow became unsorted over time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄
Check out the style guide here, it explains how embedded console examples (like your pip install
line) should be formatted: https://docs.python-guide.org/notes/styleguide/#code-examples
(Looks like this wasn't used in the other pip install
code block in this file, mind fixing that one up too? Thx!)
OK, trying again! This time I at least understand what you wanted. |
Nailed it! :-) |
You rock Dan!! Thank you SO much for getting this done so quickly! |
I am proposing adding PySimpleGUI to the list of available GUI frameworks.
It's a pure Python implementation / wrapper which gives an extra bit of magic to it.
Yes, the user community is still growing and am hoping that being added to the list will help with visibility.