Useful entry points that are accessible offline that may be helpful to your users. #5
Replies: 3 comments
-
|
These are all potentially great calls to implement to some degree... I'm getting some ideas! Also, I can't believe I haven't used But again dude, I can't thank you enough for taking the time to help out and give me suggestions/teach me some new things. I'm always looking out for new things from you and all the other creative folks using your farmework! Believe me, I'm always typing Many of my other (and some yet to be uploaded) repo's have been made using PySimpleGUI as well; I was considering linking the ones with screenshots to the wiki on your page similar to this project, if that is okay with you? I don't want to spam your repository with a ton of my half-functional crap lol! |
Beta Was this translation helpful? Give feedback.
-
|
LOL... it's easier to do what I do.... call |
Beta Was this translation helpful? Give feedback.
-
Ok, the red update button is officially my new favorite way to update 😂🤣 It's so satisfying to watch that progress meter fill up |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As you've discovered, but perhaps not collected up like this are some "entry points" into PySimpleGUI. I'll grab these and put somewhere useful. You could add some entries to your table to have these called.... or not... Suggestions are just that. That's the nice thing about your repos. They're yours to do with as you see fit.
Some of the entry points start with
sg.main_. You can use code completion to find some of them.sg.main- Main test harness and gateway to built-in functionality and testssg.main_sdk_help()- Window with access to the docstrings for objects (elements), functions, etc.sg.main_get_debug_data()- Window containing versions of all major system componentssg.main_open_github_issue()- Easest interface to filing an Issue on the PySimpleGUI GitHubsg.main_global_pysimplegui_settings()- System settingsBeta Was this translation helpful? Give feedback.
All reactions