Automated Update!
This commit is contained in:
parent
3de2b4aa56
commit
443cbf8420
1103
docs/Screens.md
1103
docs/Screens.md
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +1,46 @@
|
|||
[dwelden](https://github.com/dwelden) 2022-10-21T19:16:53Z
|
||||
[SnowQuery](https://github.com/dwelden/SnowQuery)
|
||||
Simple Snowflake query application created with:
|
||||
|
||||
🐍 PySimpleGUI https://pysimplegui.org/
|
||||
❄ Snowflake Connector for Python https://www.snowflake.com/
|
||||
❖ PrettyTable https://github.com/jazzband/prettytable
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Without PySimpleGUI I never would have attempted such an application. Thanks Mike!
|
||||
|
||||
-----------
|
||||
|
||||
[PySimpleGUI](https://github.com/PySimpleGUI) 2022-10-20T17:00:32Z
|
||||
> It's using the main thread and an additional thread to consume the piped process leveraging PySimpleGUI's way to send data back to the main thread.
|
||||
|
||||
Reading this triggered me to do a search to see if this design pattern is published as one and I do not believe it has been. I'm _**thrilled**_ to hear you're doing this!
|
||||
|
||||
The PySimpleGUI utility `psgtest` uses this kind of design pattern. It was use twice before in 2 utilities that @Chr0nicT worked on, `psgcompiler` and the "Jump Cutter" project. Jump Cutter was for sure the first time we used it in a psg released program. It's a really powerful kind of pattern! It's certainly worthy of being in the Cookbook and a Demo Program in the future.
|
||||
|
||||
Very nice when you can do something that's very time consuming and have the main GUI remain responsive. Great window design too BTW. That's a 5 star program!!
|
||||
    
|
||||
|
||||
|
||||
-----------
|
||||
|
||||
[deckarep](https://github.com/deckarep) 2022-10-19T18:47:10Z
|
||||
Created a simple app for my wife to sync her local drives to the cloud. The app takes advantage of PySimpleGUI (of course) along with `rclone` under the hood by opening it as a subprocess and piping it's data into the app.
|
||||
|
||||
The app is designed to be a safe way that she can sync the drives while managing Mac's power management during such a process. She's able to prematurely stop the process, restart it, capture log files and check tail the logs.
|
||||
|
||||
It's using the main thread and an additional thread to consume the piped process leveraging PySimpleGUI's way to send data back to the main thread.
|
||||
|
||||
Works great so far! (in the prototype state)...will be opening sourcing this at some point.
|
||||
|
||||
<img width="1002" alt="Screen Shot 2022-10-19 at 11 43 25 AM" src="https://user-images.githubusercontent.com/200686/196777381-ec192ea5-e403-4e54-9afd-06af2793bde8.png">
|
||||
|
||||
|
||||
-----------
|
||||
|
||||
[PySimpleGUI](https://github.com/PySimpleGUI) 2022-10-06T20:52:05Z
|
||||
@kcl1s ... Never doubted for a moment you appreciate what we're doing. I didn't do a good job of communicating that I could use a hand in flagging when there are problems, via GitHub issues, and also in finding out the root cause. That's what we're after ultimately... a fix to the problem.
|
||||
|
||||
|
|
Loading…
Reference in New Issue