PySimpleGUI


NamePySimpleGUI JSON
Version 5.0.4 PyPI version JSON
download
home_pagehttps://www.PySimpleGUI.com
SummaryPython GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.
upload_time2024-04-01 17:48:00
maintainerNone
docs_urlNone
authorPySimpleSoft Inc.
requires_python>=3.6
licenseProprietary
keywords gui ui tkinter qt wxpython remi wrapper simple easy beginner novice student graphics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img src="https://pysimplegui.net/images/big_news_emoji.png">
    <br>
    For more information visit <a href="https://home.PySimpleGUI.com">PySimpleGUI.com</a>
</p>



##

<p align="center">
    <img height="250" src="https://pysimplegui.net/images/logos/Logo_Full_Transparent_Cropped.png">
    <h2 align="center">User Interfaces for Humans<sup>TM</sup></h2>
</p>

# Welcome to PySimpleGUI 5 !!

Do you use PySimpleGUI 4? [Here is what you need to know.](https://docs.pysimplegui.com/en/latest/readme/sunset/)

**PySimpleGUI creates desktop applications easily**, enhancing the tkinter, Qt, WxPython, and Remi frameworks with a much simpler programming interface:

1. PySimpleGUI user interfaces are defined using core Python data types (lists and dictionaries) that are easily understood by beginners.
2. PySimpleGUI event handling changes from a complex callback-based model to a simple message passing one.
3. PySimpleGUI uses simple Python code and has no requirement for object oriented architecture.

PySimpleGUI is more than a GUI library: PySimpleGUI simplifies much of your Python development process. Sure, it makes developing user interfaces much easier, but PySimpleGUI also tames advanced Python functionality (such as threading) and makes it easy for all users to take their Python applications to the next level. PySimpleGUI is a robust toolkit.

## Introducing PySimpleGUI 5

For the last 5 years, PySimpleGUI offered free software with the hope of sustaining the
company by donations. We appreciate the support we received, but the amount has been too
small to support the PySimpleGUI project. For this reason, PySimpleGUI is switching to a
commercial model, where commercial users are expected to pay a nominal license fee.


PySimpleGUI is now part of PySimpleSoft, Inc., whose mission is to make the best Python
application development environment much, much better. Since launching in 2018, PySimpleGUI
has helped hobbyists and professionals alike create Python GUIs in a fraction of the time.
PySimpleGUI 5 takes PySimpleGUI to the next level, providing hundreds of improvements,
including new features, enhanced security, and priority support.


PySimpleGUI 5 is licensed software. As the [License Agreement](license.txt) explains, after a trial
period, all PySimpleGUI 5 users must register at PySimpleGUI.com to obtain a Developer Key.
For most users (Hobbyist Users), the license is at NO COST. If you are a Commercial User, you must buy a license.

<p align="center">
    <img src="https://pysimplegui.net/images/pricing_summary.png">
</p>

[Register Now](https://pricing.PySimpleGUI.com) and help support the PySimpleGUI community.

## Examples

PySimpleGUI users have created thousands of amazing desktop applications. Here are a few screen shots. For more examples, see the [PySimpleGUI gallery](https://gallery.PySimpleGUI.com/).

<p align="center">
    <img height="150" src="https://pysimplegui.net/images/for_readme/gallery1.jpg" />
    <img height="150" src="https://pysimplegui.net/images/for_readme/gallery2.jpg" />
    <img height="150" src="https://pysimplegui.net/images/for_readme/gallery3.jpg" />
</p>

## Get Started at No Cost

Whether you are a Hobbyist User or Commercial User, you can start using PySimpleGUI at no cost.
To get started with a 30-day trial period, first install Python and then

    python -m pip install pysimplegui

and run some code, like

    import PySimpleGUI as sg
    layout = [ [sg.Text('Hello, world!')] ]
    window = sg.Window('Hello Example', layout)
    while True:
        event, values = window.read()
        if event == sg.WIN_CLOSED:
            break
    window.close()

(You might need to use `python3` instead of `python`.)

You can try PySimpleGUI for 30 days, after which you will need to register. Hobbyist users register at no cost, and Commercial Users must buy a license. For more details, see [PySimpleGUI.com/pricing](https://pricing.PySimpleGUI.com).

## Documentation

PySimpleGUI provides extensive documentation. Here are some starting points, depending on your needs and expertise:


* [FAQ](https://faq.pysimplegui.com/) - Frequently Asked Questions
* [Documentation](https://docs.pysimplegui.com/) - Extensive PySimpleGUI documentation*
* [Examples](https://examples.pysimplegui.com/) - Hundreds of sample PySimpleGUI applications.
* [SDK Reference](https://sdk.pysimplegui.com/) - details for each PySimpleGUI element
* [Home Website](https://PySimpleGUI.com) - New PySimpleGUI home page
* [GitHub Repo](https://github.PySimpleGUI.com) - Informational only. Download from PyPi with pip.
* [Updated Documentation](https://docs.PySimpleGUI.com) - Everything you need to know about the latest and best PySimpleGUI
	* [Cookbook](https://cookbook.PySimpleGUI.com) - Hundreds of basic PySimpleGUI examples. Find a starting point that is close to what you need.
	* [Call Reference](https://cookbook.PySimpleGUI.com) - Just the facts, Ma'am
* [Udemy Course](https://udemy.PySimpleGUI.com) - Become a PySimpleGUI expert in no time. Bundled with Commercial Developer License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.PySimpleGUI.com",
    "name": "PySimpleGUI",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "GUI UI tkinter Qt WxPython Remi wrapper simple easy beginner novice student graphics",
    "author": "PySimpleSoft Inc.",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1f/18/518bee2394ffb02eadbc8d3e46adb0af09a41e0807dd86b0216ab28a23d2/PySimpleGUI-5.0.4.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n    <img src=\"https://pysimplegui.net/images/big_news_emoji.png\">\r\n    <br>\r\n    For more information visit <a href=\"https://home.PySimpleGUI.com\">PySimpleGUI.com</a>\r\n</p>\r\n\r\n\r\n\r\n##\r\n\r\n<p align=\"center\">\r\n    <img height=\"250\" src=\"https://pysimplegui.net/images/logos/Logo_Full_Transparent_Cropped.png\">\r\n    <h2 align=\"center\">User Interfaces for Humans<sup>TM</sup></h2>\r\n</p>\r\n\r\n# Welcome to PySimpleGUI 5 !!\r\n\r\nDo you use PySimpleGUI 4? [Here is what you need to know.](https://docs.pysimplegui.com/en/latest/readme/sunset/)\r\n\r\n**PySimpleGUI creates desktop applications easily**, enhancing the tkinter, Qt, WxPython, and Remi frameworks with a much simpler programming interface:\r\n\r\n1. PySimpleGUI user interfaces are defined using core Python data types (lists and dictionaries) that are easily understood by beginners.\r\n2. PySimpleGUI event handling changes from a complex callback-based model to a simple message passing one.\r\n3. PySimpleGUI uses simple Python code and has no requirement for object oriented architecture.\r\n\r\nPySimpleGUI is more than a GUI library: PySimpleGUI simplifies much of your Python development process. Sure, it makes developing user interfaces much easier, but PySimpleGUI also tames advanced Python functionality (such as threading) and makes it easy for all users to take their Python applications to the next level. PySimpleGUI is a robust toolkit.\r\n\r\n## Introducing PySimpleGUI 5\r\n\r\nFor the last 5 years, PySimpleGUI offered free software with the hope of sustaining the\r\ncompany by donations. We appreciate the support we received, but the amount has been too\r\nsmall to support the PySimpleGUI project. For this reason, PySimpleGUI is switching to a\r\ncommercial model, where commercial users are expected to pay a nominal license fee.\r\n\r\n\r\nPySimpleGUI is now part of PySimpleSoft, Inc., whose mission is to make the best Python\r\napplication development environment much, much better. Since launching in 2018, PySimpleGUI\r\nhas helped hobbyists and professionals alike create Python GUIs in a fraction of the time.\r\nPySimpleGUI 5 takes PySimpleGUI to the next level, providing hundreds of improvements,\r\nincluding new features, enhanced security, and priority support.\r\n\r\n\r\nPySimpleGUI 5 is licensed software. As the [License Agreement](license.txt) explains, after a trial\r\nperiod, all PySimpleGUI 5 users must register at PySimpleGUI.com to obtain a Developer Key.\r\nFor most users (Hobbyist Users), the license is at NO COST. If you are a Commercial User, you must buy a license.\r\n\r\n<p align=\"center\">\r\n    <img src=\"https://pysimplegui.net/images/pricing_summary.png\">\r\n</p>\r\n\r\n[Register Now](https://pricing.PySimpleGUI.com) and help support the PySimpleGUI community.\r\n\r\n## Examples\r\n\r\nPySimpleGUI users have created thousands of amazing desktop applications. Here are a few screen shots. For more examples, see the [PySimpleGUI gallery](https://gallery.PySimpleGUI.com/).\r\n\r\n<p align=\"center\">\r\n    <img height=\"150\" src=\"https://pysimplegui.net/images/for_readme/gallery1.jpg\" />\r\n    <img height=\"150\" src=\"https://pysimplegui.net/images/for_readme/gallery2.jpg\" />\r\n    <img height=\"150\" src=\"https://pysimplegui.net/images/for_readme/gallery3.jpg\" />\r\n</p>\r\n\r\n## Get Started at No Cost\r\n\r\nWhether you are a Hobbyist User or Commercial User, you can start using PySimpleGUI at no cost.\r\nTo get started with a 30-day trial period, first install Python and then\r\n\r\n    python -m pip install pysimplegui\r\n\r\nand run some code, like\r\n\r\n    import PySimpleGUI as sg\r\n    layout = [ [sg.Text('Hello, world!')] ]\r\n    window = sg.Window('Hello Example', layout)\r\n    while True:\r\n        event, values = window.read()\r\n        if event == sg.WIN_CLOSED:\r\n            break\r\n    window.close()\r\n\r\n(You might need to use `python3` instead of `python`.)\r\n\r\nYou can try PySimpleGUI for 30 days, after which you will need to register. Hobbyist users register at no cost, and Commercial Users must buy a license. For more details, see [PySimpleGUI.com/pricing](https://pricing.PySimpleGUI.com).\r\n\r\n## Documentation\r\n\r\nPySimpleGUI provides extensive documentation. Here are some starting points, depending on your needs and expertise:\r\n\r\n\r\n* [FAQ](https://faq.pysimplegui.com/) - Frequently Asked Questions\r\n* [Documentation](https://docs.pysimplegui.com/) - Extensive PySimpleGUI documentation*\r\n* [Examples](https://examples.pysimplegui.com/) - Hundreds of sample PySimpleGUI applications.\r\n* [SDK Reference](https://sdk.pysimplegui.com/) - details for each PySimpleGUI element\r\n* [Home Website](https://PySimpleGUI.com) - New PySimpleGUI home page\r\n* [GitHub Repo](https://github.PySimpleGUI.com) - Informational only. Download from PyPi with pip.\r\n* [Updated Documentation](https://docs.PySimpleGUI.com) - Everything you need to know about the latest and best PySimpleGUI\r\n\t* [Cookbook](https://cookbook.PySimpleGUI.com) - Hundreds of basic PySimpleGUI examples. Find a starting point that is close to what you need.\r\n\t* [Call Reference](https://cookbook.PySimpleGUI.com) - Just the facts, Ma'am\r\n* [Udemy Course](https://udemy.PySimpleGUI.com) - Become a PySimpleGUI expert in no time. Bundled with Commercial Developer License.\r\n",
    "bugtrack_url": null,
    "license": "Proprietary",
    "summary": "Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.",
    "version": "5.0.4",
    "project_urls": {
        "Homepage": "https://www.PySimpleGUI.com"
    },
    "split_keywords": [
        "gui",
        "ui",
        "tkinter",
        "qt",
        "wxpython",
        "remi",
        "wrapper",
        "simple",
        "easy",
        "beginner",
        "novice",
        "student",
        "graphics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f748df06293e1015e9a99d0c94e40a187abb95df391aeb33528fd60e7584ccb4",
                "md5": "be341ad8e8c594cea44d07264fe2f110",
                "sha256": "24e75f58f4fb5b876a85962dfefe023f0cc6fafb4eec1fa922d270b5ecadefb1"
            },
            "downloads": -1,
            "filename": "PySimpleGUI-5.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be341ad8e8c594cea44d07264fe2f110",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1011869,
            "upload_time": "2024-04-01T17:47:56",
            "upload_time_iso_8601": "2024-04-01T17:47:56.772704Z",
            "url": "https://files.pythonhosted.org/packages/f7/48/df06293e1015e9a99d0c94e40a187abb95df391aeb33528fd60e7584ccb4/PySimpleGUI-5.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f18518bee2394ffb02eadbc8d3e46adb0af09a41e0807dd86b0216ab28a23d2",
                "md5": "a714c52740ccda15f0fd7e2f36c2ecc9",
                "sha256": "a53846e81056c72f7c44451a7bdd720590ca2bc43565cd4f1e9a16ee785d980c"
            },
            "downloads": -1,
            "filename": "PySimpleGUI-5.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a714c52740ccda15f0fd7e2f36c2ecc9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1007258,
            "upload_time": "2024-04-01T17:48:00",
            "upload_time_iso_8601": "2024-04-01T17:48:00.013011Z",
            "url": "https://files.pythonhosted.org/packages/1f/18/518bee2394ffb02eadbc8d3e46adb0af09a41e0807dd86b0216ab28a23d2/PySimpleGUI-5.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 17:48:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pysimplegui"
}
        
Elapsed time: 0.23474s