Skip to content

Files

Latest commit

751de38 · Feb 23, 2024

History

History
41 lines (30 loc) · 1.65 KB

values.md

File metadata and controls

41 lines (30 loc) · 1.65 KB

[description]

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.

[features]

  • Hundreds of programs to demonstrate any feature.
  • Run demos with a single click.
  • Browse demo names and search demo source code.
  • Integrates with your favorite editor.
  • Advanced features for advanced users.

[extras]

Create a Windows 1-Click Shortcut

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:

  1. pip install psgshortcut
  2. Open a command window (We promise, it's the last time you'll need the command line for psgdemos)
  3. Type where psgdemos
  4. Copy the resulting line into psgshortcut first input
  5. Run psgdemos by typing psgdemos in your command window
  6. Right click and choose "File Location"
  7. Copy the file location results, but change the extension from .py to .ico and paste into the Icon file input of the shortcut maker
  8. Click "Create Shortcut"

These 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.