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

Commit1ec2c8f

Browse files
Update gui.rst
1 parent78fdbb4 commit1ec2c8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎docs/scenarios/gui.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ Qt
8888
is widely used for developing software with a GUI but can also be used for
8989
non-GUI applications.
9090

91+
PySimpleGUI
92+
------
93+
`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.
94+
95+
pip install pysimplegui
96+
97+
PySimpleGUI is contained in a single PySimpleGUI.py file. Should pip installation be impossible, pasting the PySimpleGUI.py file into a project's folder is all that's required to import and begin using.
98+
9199
Toga
92100
----
93101
`Toga<https://toga.readthedocs.io/en/latest/>`_ is a Python native, OS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp