From 79a3b85e7360a7e2b3b39b6228793c8cb7b13922 Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Thu, 25 May 2023 17:30:21 +0000 Subject: [PATCH] Automated Update! --- docs/Screens.md | 8 ++++++++ docs/Screens2.md | 17 +++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/docs/Screens.md b/docs/Screens.md index 6ad915a5..4a3c93fc 100644 --- a/docs/Screens.md +++ b/docs/Screens.md @@ -1,3 +1,11 @@ +[mrtnbm](https://github.com/mrtnbm) 2023-05-25T16:24:22Z + +![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/49289399/1a234b86-9457-4d10-8080-ea064e915397) +![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/49289399/faf9adc7-6de7-42c7-b405-05e5bf081095) +![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/49289399/55a72eec-56d7-4442-b660-b42e122be488) + +----------- + [eagleEggs](https://github.com/eagleEggs) 2023-05-24T04:03:28Z ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/29800532/5751e594-4748-431b-a1b2-76b1b7f346db) diff --git a/docs/Screens2.md b/docs/Screens2.md index 5fda8a98..ad705c3d 100644 --- a/docs/Screens2.md +++ b/docs/Screens2.md @@ -1,3 +1,20 @@ +[mrtnbm](https://github.com/mrtnbm) 2023-05-25T16:24:22Z +Thanks to PSG, I've created the nicest GUI I've ever made that I'm now using for my own little naive prompt lib. + +- Main window: +![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/49289399/1a234b86-9457-4d10-8080-ea064e915397) + +- Edit Window: +![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/49289399/faf9adc7-6de7-42c7-b405-05e5bf081095) + +The heart can be clicked and will change to outline or fill mode. + + - For reference, here is a screenshot without rescaling: + +![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/49289399/55a72eec-56d7-4442-b660-b42e122be488) + +----------- + [eagleEggs](https://github.com/eagleEggs) 2023-05-24T04:03:28Z Started this a few days ago. Thanks to PSG it has already proven the hypothesis as valid - Streamlining novel development in a curated parameter driven manner with op3nAI API. Much more functionality to add in, but what an amazing GUI framework <3 <3 <3 And thanks to @jason990420 for all of the tkinter hacks he's posted which has always covered everything I've needed :)