|
6 | 6 |
|
7 | 7 |  |
8 | 8 |
|
9 | | -# Two Important updates about PySimpleGUI |
| 9 | +# 2026 PySimpleGUI Closure in January 2026 |
| 10 | + |
| 11 | +The PySimpleGUI project’s planned shutdown was first announced in February 2025. At that time, we committed to supporting our Commercial customers through the end of 2025. PySimpleGUI 5 remained a very stable product throughout the year, with no significant issues reported. |
| 12 | + |
| 13 | +Now that we’ve reached the end of that support period, the project is entering its final stage. During January 2026, the PySimpleGUI website, documentation, and PyPI servers will be taken offline as we officially close the project. |
| 14 | + |
| 15 | +## Private PyPI Server *** GOING OFFLINE JAN 2026 *** |
| 16 | + |
| 17 | +The private PyPI server will be shut down in **January 2026** |
| 18 | +. |
| 19 | +If you currently install PySimpleGUI 5 using `pip`, you’ll need to switch to installing from a local wheel file instead. You can do this using the command: |
| 20 | + |
| 21 | +`python -m pip install wheelfile.whl` |
| 22 | + |
| 23 | + |
| 24 | +### Downloading Wheels |
| 25 | + |
| 26 | +To prepare for the server shutdown please download the wheel file for the version of PySimpleGUI you're currently running. The latest release is 5.0.10 and is located here: |
| 27 | + |
| 28 | +[PySimpleGUI 5.0.10](https://pysimplegui.net/install/pysimplegui/PySimpleGUI-5.0.10-py3-none-any.whl) |
| 29 | + |
| 30 | +Here are some older releases (but everyone should be on 5.0.10 now anyway): |
| 31 | + |
| 32 | +[PySimpleGUI 5.0.9](https://pysimplegui.net/install/pysimplegui/PySimpleGUI-5.0.9-py3-none-any.whl) |
| 33 | +[PySimpleGUI 5.0.8](https://pysimplegui.net/install/pysimplegui/PySimpleGUI-5.0.8-py3-none-any.whl) |
| 34 | +[PySimpleGUI 5.0.7](https://pysimplegui.net/install/pysimplegui/PySimpleGUI-5.0.7-py3-none-any.whl) |
| 35 | +[PySimpleGUI 5.0.6](https://pysimplegui.net/install/pysimplegui/PySimpleGUI-5.0.6-py3-none-any.whl) |
| 36 | + |
| 37 | +### Installing a Wheel |
| 38 | + |
| 39 | +After you've downloaded the wheel file and saved it to your local machine, install it using this pip command: |
| 40 | + |
| 41 | +`python -m pip install PySimpleGUI-5.0.10-py3-none-any.whl` |
| 42 | + |
| 43 | + |
| 44 | +## Final Build of PySimpleGUI 5 |
| 45 | + |
| 46 | + |
| 47 | + ### Commercial Licensees |
| 48 | + |
| 49 | +A final version, **PySimpleGUI 5.0.2026.0**, has been produced for Commercial users. This release includes relaxed security and licensing restrictions to help ensure it will continue to run indefinitely, and to allow you to make fixes if ever needed. |
| 50 | + |
| 51 | + |
| 52 | +It will be available for download **soon** by logging into your account on [PySimpleGUI.com](https://pysimplegui.com). After logging in, you’ll find a download link to the wheel file. To install the downloaded wheel file, run the command: |
| 53 | + |
| 54 | +`python -m pip install PySimpleGUI-5.0.2026.0-py3-none-any.whl` |
| 55 | + |
| 56 | +**Important:** |
| 57 | +This final release is licensed for Commercial users only. Please do not share or post it publicly. |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | +### Hobbyist users |
| 62 | + |
| 63 | +Please note that Hobbyist keys have been discontinued and will expire this year (if they haven’t already). If you wish to continue running your PySimpleGUI code, you have a few options: |
| 64 | + |
| 65 | +- Port your code to use PySimpleGUI 4 (or compatible projects such as *FreeSimpleGUI*). |
| 66 | +- Upgrade to a Commercial License to access version 5.0.2026.0, which does not include key restrictions. |
| 67 | + |
| 68 | + |
| 69 | +## PySimpleGUI 5 Documentation |
| 70 | + |
| 71 | +The PySimpleGUI 5 documentation hosted on ReadTheDocs will go offline this month. |
| 72 | +An archived copy of the final documentation will remain available on GitHub at: |
| 73 | + |
| 74 | +[https://pysimplegui.github.io/PSG5Docs/](https://pysimplegui.github.io/PSG5Docs/) |
| 75 | + |
| 76 | +The PySimpleGUI.com Documentation link will be pointed to the offline version once we shutdown the ReadTheDocs account. |
| 77 | + |
| 78 | +## PySimpleGUI GitHub Repos |
| 79 | + |
| 80 | +All PySimpleGUI GitHub repositories will be set to read-only mode but will remain publicly accessible for reference. |
| 81 | + |
| 82 | +# Thank you |
| 83 | + |
| 84 | +Thank you to everyone who used, supported, and contributed to PySimpleGUI over the years. It’s been a rewarding journey, and your enthusiasm made this project possible. |
| 85 | + |
| 86 | + --------------------------------- |
| 87 | + |
| 88 | + # Announcement from Feb 2025 |
| 89 | + |
| 90 | +## Two Important updates about PySimpleGUI |
10 | 91 |
|
11 | 92 |  |
12 | 93 |
|
|
0 commit comments