psgdemos


Namepsgdemos JSON
Version 5.1.1 PyPI version JSON
download
home_pagehttps://github.com/PySimpleGUI/psgdemos
SummaryInstalls the full set of PySimpleGUI Demo Programs and the Demo Browser.
upload_time2024-04-08 13:21:41
maintainerNone
docs_urlNone
authorPySimpleSoft Inc.
requires_python>=3.6
licenseFree To Use But Restricted
keywords
VCS
bugtrack_url
requirements PySimpleGUI
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <p align="center"><img width="238" height="135" src="https://pysimplegui.net/images/logos/psglogofull.svg"><p>

  <h2 align="center">psgdemos</h2>
  <h2 align="center">A PySimpleGUI Application</h2>
</p>

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.





<p align="center"><img width="679" height="436" src="screenshot.png"><p>







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


## Installation

### Using PIP with PyPI

The latest official release of PySimpleGUI products can be found on PyPI.  To pip install the demo applications from PyPI, use this command

#### If you use the command `python` on your computer to invoke Python (Windows):

`python -m pip install --upgrade psgdemos`

#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):

`python3 -m pip install --upgrade psgdemos`

### Using PIP with GitHub

You can also pip install the PySimpleGUI Applications that are in the PySimpleGUI GitHub account.  The GitHub versions have bug fixes and new programs/features that have not yet been released to PyPI. To directly pip install from that repo:

#### If you use the command `python` on your computer to invoke Python (Windows):

```bash
python -m pip install --upgrade https://github.com/PySimpleGUI/psgdemos/zipball/main
```

#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):

```bash
python3 -m pip install --upgrade https://github.com/PySimpleGUI/psgdemos/zipball/main
```

## Usage

Once installed, launch psgdemos by typing the following in your command line:

`psgdemos`

## 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](https://pypi.org/project/psgshortcut/)
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`
1. Open a command window (We promise, it's the last time you'll need the command line for psgdemos)
2. Type `where psgdemos`
3. Copy the resulting line into psgshortcut first input
4. Run psgdemos by typing `psgdemos` in your command window
5. Right click and choose "File Location"
6. Copy the file location results, but change the extension from .py to .ico and paste into the Icon file input of the shortcut maker
7. 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.

## License & Copyright

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.


## Contributing

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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PySimpleGUI/psgdemos",
    "name": "psgdemos",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "PySimpleSoft Inc.",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/08/e4/c819644622ccf623f6438bfc99a0846819f3a44496bc0d686593a5decbe8/psgdemos-5.1.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n  <p align=\"center\"><img width=\"238\" height=\"135\" src=\"https://pysimplegui.net/images/logos/psglogofull.svg\"><p>\r\n\r\n  <h2 align=\"center\">psgdemos</h2>\r\n  <h2 align=\"center\">A PySimpleGUI Application</h2>\r\n</p>\r\n\r\nPySimpleGUI Demo Programs\r\n\r\nDemonstrate PySimpleGUI features. Are you trying to figure out a\r\nspecific feature of PySimpleGUI? There's a demo for that! The Demo\r\nBrowser let's you search through hundreds of demo programs to find\r\nones that demonstrates the features you need.\r\n\r\n\r\n\r\n\r\n\r\n<p align=\"center\"><img width=\"679\" height=\"436\" src=\"screenshot.png\"><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Features\r\n\r\n* Hundreds of programs to demonstrate any feature.\r\n* Run demos with a single click.\r\n* Browse demo names and search demo source code.\r\n* Integrates with your favorite editor.\r\n* Advanced features for advanced users.\r\n\r\n\r\n## Installation\r\n\r\n### Using PIP with PyPI\r\n\r\nThe latest official release of PySimpleGUI products can be found on PyPI.  To pip install the demo applications from PyPI, use this command\r\n\r\n#### If you use the command `python` on your computer to invoke Python (Windows):\r\n\r\n`python -m pip install --upgrade psgdemos`\r\n\r\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\r\n\r\n`python3 -m pip install --upgrade psgdemos`\r\n\r\n### Using PIP with GitHub\r\n\r\nYou can also pip install the PySimpleGUI Applications that are in the PySimpleGUI GitHub account.  The GitHub versions have bug fixes and new programs/features that have not yet been released to PyPI. To directly pip install from that repo:\r\n\r\n#### If you use the command `python` on your computer to invoke Python (Windows):\r\n\r\n```bash\r\npython -m pip install --upgrade https://github.com/PySimpleGUI/psgdemos/zipball/main\r\n```\r\n\r\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\r\n\r\n```bash\r\npython3 -m pip install --upgrade https://github.com/PySimpleGUI/psgdemos/zipball/main\r\n```\r\n\r\n## Usage\r\n\r\nOnce installed, launch psgdemos by typing the following in your command line:\r\n\r\n`psgdemos`\r\n\r\n## Create a Windows 1-Click Shortcut\r\n\r\npsgdemos is your first stop when implementing any new feature for your\r\napplication. To keep psgdemos at your fingertips, on Windows, you can\r\ncreate a shortcut that keeps psgdemos as close as a single click. Use\r\nthe [`psgshortcut` application](https://pypi.org/project/psgshortcut/)\r\napp to make such shortcuts. You can then add the shortcut to your\r\ndesktop or taskbar and launch psgdemos with a single click!\r\n\r\nTo do this, follow these steps:\r\n\r\n1. `pip install psgshortcut`\r\n1. Open a command window (We promise, it's the last time you'll need the command line for psgdemos)\r\n2. Type `where psgdemos`\r\n3. Copy the resulting line into psgshortcut first input\r\n4. Run psgdemos by typing `psgdemos` in your command window\r\n5. Right click and choose \"File Location\"\r\n6. Copy the file location results, but change the extension from .py to .ico and paste into the Icon file input of the shortcut maker\r\n7. Click \"Create Shortcut\"\r\n\r\nThese 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.\r\n\r\n## License & Copyright\r\n\r\nCopyright 2023-2024 PySimpleSoft, Inc. and/or its licensors.\r\n\r\nThis is a free-to-use \"Utility\" and is licensed under the\r\nPySimpleGUI License Agreement, a copy of which is included in the\r\nlicense.txt file and also available at https://pysimplegui.com/eula.\r\n\r\nPlease see Section 1.2 of the license regarding the use of this Utility,\r\nand see https://pysimplegui.com/faq for any questions.\r\n\r\n\r\n## Contributing\r\n\r\nWe are happy to receive issues describing bug reports and feature\r\nrequests! If your bug report relates to a security vulnerability,\r\nplease do not file a public issue, and please instead reach out to us\r\nat issues@PySimpleGUI.com.\r\n\r\nWe do not accept (and do not wish to receive) contributions of\r\nuser-created or third-party code, including patches, pull requests, or\r\ncode snippets incorporated into submitted issues. Please do not send\r\nus any such code! Bug reports and feature requests should not include\r\nany source code.\r\n\r\nIf you nonetheless submit any user-created or third-party code to us,\r\n(1) you assign to us all rights and title in or relating to the code;\r\nand (2) to the extent any such assignment is not fully effective, you\r\nhereby grant to us a royalty-free, perpetual, irrevocable, worldwide,\r\nunlimited, sublicensable, transferrable license under all intellectual\r\nproperty rights embodied therein or relating thereto, to exploit the\r\ncode in any manner we choose, including to incorporate the code into\r\nPySimpleGUI and to redistribute it under any terms at our discretion.\r\n",
    "bugtrack_url": null,
    "license": "Free To Use But Restricted",
    "summary": "Installs the full set of PySimpleGUI Demo Programs and the Demo Browser.",
    "version": "5.1.1",
    "project_urls": {
        "Homepage": "https://github.com/PySimpleGUI/psgdemos"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "faba266de27abaee02560c60a349480e1e4a531be7f17e3c58ca50e118da854b",
                "md5": "cf9312e03f9e0ff5c53225e902b2525c",
                "sha256": "70f2ce357992fa1130e654b257e8fecf3b6326c4ee5260dfb30569166cb52fc4"
            },
            "downloads": -1,
            "filename": "psgdemos-5.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cf9312e03f9e0ff5c53225e902b2525c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3619518,
            "upload_time": "2024-04-08T13:21:38",
            "upload_time_iso_8601": "2024-04-08T13:21:38.992881Z",
            "url": "https://files.pythonhosted.org/packages/fa/ba/266de27abaee02560c60a349480e1e4a531be7f17e3c58ca50e118da854b/psgdemos-5.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08e4c819644622ccf623f6438bfc99a0846819f3a44496bc0d686593a5decbe8",
                "md5": "3682237094fba077d467a15dc67cdb09",
                "sha256": "ad4a4fd337ea89b1850f5e1093fd0052b8826c7a73659e7e33c2959e515e621e"
            },
            "downloads": -1,
            "filename": "psgdemos-5.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3682237094fba077d467a15dc67cdb09",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3389773,
            "upload_time": "2024-04-08T13:21:41",
            "upload_time_iso_8601": "2024-04-08T13:21:41.621143Z",
            "url": "https://files.pythonhosted.org/packages/08/e4/c819644622ccf623f6438bfc99a0846819f3a44496bc0d686593a5decbe8/psgdemos-5.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 13:21:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PySimpleGUI",
    "github_project": "psgdemos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "PySimpleGUI",
            "specs": [
                [
                    ">=",
                    "5"
                ]
            ]
        }
    ],
    "lcname": "psgdemos"
}
        
Elapsed time: 0.23146s