From 6398bfd432cd2d97716ed61e588ac5ac17089143 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Wed, 16 Jan 2019 23:50:53 -0500 Subject: [PATCH 1/3] readme.md updated from https://stackedit.io/ --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b3f0e8eb..c0d7f50c 100644 --- a/readme.md +++ b/readme.md @@ -4856,7 +4856,7 @@ Emergency patch release... going out same day as previous release * Added type hints to some portions of the code * Output element can be made invisible * Image sizing and subsample for Button images -* Invisibility for ButtonMenus +* Invisibility for ButtonMenusup * Attempt at specifying size of Column elements (limited success) * Table Element * New row_colors parameter @@ -4985,5 +4985,5 @@ For Python questions, I simply start my query with 'Python'. Let's say you forg In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my \ No newline at end of file From be79bb4e0f75751a8e61e783310f22c8ad47cf15 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Wed, 16 Jan 2019 23:53:02 -0500 Subject: [PATCH 2/3] readme.md updated from https://stackedit.io/ --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c0d7f50c..c480535d 100644 --- a/readme.md +++ b/readme.md @@ -750,6 +750,9 @@ This is a typpical call ![popupgetfolder](https://user-images.githubusercontent.com/13696193/44957861-45484080-aea5-11e8-926c-cf607a45251c.jpg) +### PopupAnimated + + @@ -4985,5 +4988,5 @@ For Python questions, I simply start my query with 'Python'. Let's say you forg In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my \ No newline at end of file From e0c3aa3fb83ac844fbb26baff92b595c35d67d9c Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Thu, 17 Jan 2019 00:11:23 -0500 Subject: [PATCH 3/3] readme.md updated from https://stackedit.io/ --- readme.md | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/readme.md b/readme.md index c480535d..bcc37205 100644 --- a/readme.md +++ b/readme.md @@ -751,11 +751,31 @@ This is a typpical call ### PopupAnimated + + ![ring](https://user-images.githubusercontent.com/13696193/51296743-6ee4ad00-19eb-11e9-91f5-cd8086ad1b50.gif) +The animated Popup enables you to easily display a "loading" style animation specified through a GIF file that is either stored in a file or a base64 variable. + +```python +def PopupAnimated(image_source, + message=None, + background_color=None, + text_color=None, + font=None, + no_titlebar=True, + grab_anywhere=True, + keep_on_top=True, + location=(None, None), + alpha_channel=.8, + time_between_frames=0) +``` +image_source - The GIF file specified as a string filename or a base64 variable +message - optional text message to be displayed under the animation +background_color - the backgrouned color to use for the window and all of the other parts of the window +font - font to use for the optional text - - + # Progress Meters! We all have loops in our code. 'Isn't it joyful waiting, watching a counter scrolling past in a text window? How about one line of code to get a progress meter, that contains statistics about your code? @@ -4973,20 +4993,7 @@ Here are the steps to run that application Install howdoi: pip install howdoi Test your install: - python -m howdoi howdoi.py - To run it: - Python HowDoI.py - -The pip command is all there is to the setup. - -The way HowDoI works is that it uses your search term to look through stack overflow posts. It finds the best answer, gets the code from the answer, and presents it as a response. It gives you the correct answer OFTEN. It's a miracle that it work SO well. -For Python questions, I simply start my query with 'Python'. Let's say you forgot how to reverse a list in Python. When you run HowDoI and ask this question, this is what you'll see. - -![howdoiwithhistory](https://user-images.githubusercontent.com/13696193/45064009-5fd61180-b07f-11e8-8ead-eb0d1ff3a6be.jpg) - - - -In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my + python -m \ No newline at end of file