Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
dbader merged 2 commits intorealpython:masterfromMikeTheWatchGuy:master
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

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
ContributorAuthor

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 yourpip install line) should be formatted:https://docs.python-guide.org/notes/styleguide/#code-examples

(Looks like this wasn't used in the otherpip install code block in this file, mind fixing that one up too? Thx!)

@dbaderdbader changed the titleUpdate gui.rstAdd PySimpleGUI to list of GUI frameworksSep 4, 2018
@MikeTheWatchGuy
Copy link
ContributorAuthor

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

@dbader
Copy link
Member

Nailed it! :-)

@dbaderdbader merged commit95f203b intorealpython:masterSep 4, 2018
@MikeTheWatchGuy
Copy link
ContributorAuthor

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

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dbaderdbaderdbader left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@MikeTheWatchGuy@dbader

[8]ページ先頭

©2009-2025 Movatter.jp