Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 2 commits into from
Sep 4, 2018

Conversation

MikeTheWatchGuy
Copy link
Contributor

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.

@dbader
Copy link
Member

dbader commented Sep 4, 2018

Thanks @MikeTheWatchGuy, happy to add your project. Still one of my favorite Pythonista Cafe stories :-)

------
`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
Copy link
Member

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

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.

Copy link
Member

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!)

@dbader dbader changed the title Update gui.rst Add PySimpleGUI to list of GUI frameworks Sep 4, 2018
@MikeTheWatchGuy
Copy link
Contributor Author

OK, trying again! This time I at least understand what you wanted.

@dbader
Copy link
Member

dbader commented Sep 4, 2018

Nailed it! :-)

@dbader dbader merged commit 95f203b into realpython:master Sep 4, 2018
@MikeTheWatchGuy
Copy link
Contributor Author

You rock Dan!! Thank you SO much for getting this done so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants