PySimpleGUI Demo Programs
Demonstrate PySimpleGUI features. Are you trying to figure out a specific feature of PySimpleGUI? There's a demo for that! The Demo Browser let's you search through hundreds of demo programs to find ones that demonstrates the features you need.
The latest official release of PySimpleGUI products can be found on PyPI. To pip install the demo applications from PyPI, use this command
python
on your computer to invoke Python (Windows):pip install --upgrade psgdemos
python3
on your computer to invoke Python (Linux, Mac):pip3 install --upgrade psgdemos
You can also pip install the Demo Programs that are in the PySimpleGUI GitHub account. The GitHub version has bug fixes and new programs/features that have not yet been released to PyPI. These same Demo Programs can be found in the psgdemos
repo. To directly pip install from that repo:
python
on your computer to invoke Python (Windows):python -m pip install --upgrade https://github.com/PySimpleGUI/psgdemos/zipball/main
python3
on your computer to invoke Python (Linux, Mac):python3 -m pip install --upgrade https://github.com/PySimpleGUI/psgdemos/zipball/main
Once installed, launch psgdemos by typing the following in your command line:
psgdemos
psgdemos is your first stop when implementing any new feature for your
application. To keep psgdemos at your fingertips, on Windows, you can
create a shortcut that keeps psgdemos as close as a single click. Use
the psgshortcut
application
app to make such shortcuts. You can then add the shortcut to your
desktop or taskbar and launch psgdemos with a single click!
To do this, follow these steps:
pip install psgshortcut
where psgdemos
psgdemos
in your command windowThese steps create a shortcut in the same folder as the target file. You can now move this shortcut file to any place you want (like to your desktop). Double-click the shortcut and your program will launch.
Copyright 2023-2024 PySimpleSoft, Inc. and/or its licensors.
This is a free-to-use "Utility" and is licensed under the PySimpleGUI License Agreement, a copy of which is included in the license.txt file and also available at https://pysimplegui.com/eula.
Please see Section 1.2 of the license regarding the use of this Utility, and see https://pysimplegui.com/faq for any questions.
We are happy to receive issues describing bug reports and feature requests! If your bug report relates to a security vulnerability, please do not file a public issue, and please instead reach out to us at issues@PySimpleGUI.com
We do not accept (and do not wish to receive) contributions of user-created or third-party code, including patches, pull requests, or code snippets incorporated into submitted issues. Please do not send us any such code! Bug reports and feature requests should not include any source code.
If you nonetheless submit any user-created or third-party code to us, (1) you assign to us all rights and title in or relating to the code; and (2) to the extent any such assignment is not fully effective, you hereby grant to us a royalty-free, perpetual, irrevocable, worldwide, unlimited, sublicensable, transferrable license under all intellectual property rights embodied therein or relating thereto, to exploit the code in any manner we choose, including to incorporate the code into PySimpleGUI and to redistribute it under any terms at our discretion.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。