-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kind request: getMenu() tutorial #9
Comments
Hi again! My apologies since I thought it would be clear enough because format and content of getMenu() output is documented on the README file. Besides, you can print it in a legible format just using json.dumps, like this:
This would produce this output for "Terminal" app (I'm cutting it off since it's extremely large. I'm attaching the complete file anyway):
As you can see, every menu item is represented by a dictionary key, which has all information key/values inside. |
Please provide a tutorial for calling GetMenu() and displaying the resultant sub-menu tree or something like that ;-)
Thanks.
The text was updated successfully, but these errors were encountered: