Skip to content

Commit 9b63e2e

Browse files
committed
Automated Update!
1 parent 29127a7 commit 9b63e2e

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

docs/Screens.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
[PySimpleGUI](https://github.com/PySimpleGUI) 2023-10-26T09:38:54Z
2+
3+
![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/c68c3fdd-3bc3-4654-9cef-7b8cf1565443)
4+
5+
-----------
6+
7+
[ikeman32](https://github.com/ikeman32) 2023-10-25T21:58:09Z
8+
9+
![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/7841462/fdddd0e4-6654-41c0-a6c7-a9262c903e8d)
10+
![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/7841462/f61d5e2b-7178-4008-8fad-6ae482aa5cfc)
11+
![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/7841462/90dac6a7-92b0-4e34-9813-aa557d4a47e7)
12+
13+
-----------
14+
115
[PySimpleGUI](https://github.com/PySimpleGUI) 2023-10-21T16:11:14Z
216

317
![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/c2881407-2cd6-43ee-86e5-10005caed189)

docs/Screens2.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
[PySimpleGUI](https://github.com/PySimpleGUI) 2023-10-26T09:38:54Z
2+
We're on very similar wavelengths @ikeman32. It's great to see some add-on tools to help users.
3+
4+
As part of the PySimpleGUI 5 release of the PySimpleGUI applications and add-on modules, I've written a GUI tool that creates all of the necessary files to upload a PySimpleGUI application to PyPI, opening up distribution of Python applications to PySimpleGUI users. We've been releasing tools via PyPI for some time. "psgresizer" is a good example. Users can pip install it and then once installed it can be run by typing "psgresizer" from the command line. There's already a tool, psgshortcut, that takes it all a start further by making shortcuts (icons) that can be pinned to the taskbar or double-clicked.
5+
6+
The idea is to make distribution easy as well as the result be familiar feeling. The command line isn't a normal part of a normal Windows user's world, so getting it out of the way entirely makes a lot of sense. I've just about got the final tool finished that will make it all work end to end.
7+
8+
![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/c68c3fdd-3bc3-4654-9cef-7b8cf1565443)
9+
10+
11+
-----------
12+
13+
[ikeman32](https://github.com/ikeman32) 2023-10-25T21:58:09Z
14+
I have created a simple bash script to initialize a PySimpleGUI project. It can be found here: https://github.com/ikeman32/ScriptHelpers/tree/main/devscripts
15+
16+
It's very basic at the moment, but functional. For Windows users, I do have an AI-generated port, but it remains untested as I gave up my Windows addiction in 2017. I may eventually create a platform-independent version of the script using Python.
17+
18+
I do accept code contributions, so if there are Windows users that want to develop a Windows batch equivalent or a Python version of this script, see the README. Or you can code your own.
19+
20+
PySimpleGUI is an absolute God-sent for me. I like simplicity, and I am also lazy, so if there is an easier way to do something, I'm all for it. I'm also in the planning stages for a visual editor/IDE for PySimpleGUI applications.
21+
22+
![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/7841462/fdddd0e4-6654-41c0-a6c7-a9262c903e8d)
23+
![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/7841462/f61d5e2b-7178-4008-8fad-6ae482aa5cfc)
24+
![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/7841462/90dac6a7-92b0-4e34-9813-aa557d4a47e7)
25+
26+
27+
28+
-----------
29+
130
[maria-korosteleva](https://github.com/maria-korosteleva) 2023-10-23T09:26:11Z
231
@PySimpleGUI Thank you very much for your kind words! 🥰
332

0 commit comments

Comments
 (0)