From a088e4a6c65438a1bd870b8baef660999f7a6fa0 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Thu, 17 Jan 2019 00:18:45 -0500 Subject: [PATCH] readme.md updated from https://stackedit.io/ --- readme.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index bcc37205..4cec553f 100644 --- a/readme.md +++ b/readme.md @@ -771,9 +771,15 @@ def PopupAnimated(image_source, ``` 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 +background_color - the background color to use for the window and all of the other parts of the window +text_color - color to use for optional text font - font to use for the optional text +no_titlebar - no titlebar window setting +location - location to show the window +alpha_channel - alpha channel to use for the window +time_between_frames - amount of time in milliseconds to use between frames +***To close animated popups***, call PopupAnimated with `image_source=None`. This will close all of the currently open PopupAnimated windows. # Progress Meters! @@ -4986,14 +4992,6 @@ GNU Lesser General Public License (LGPL 3) + ## How Do I Finally, I must thank the fine folks at How Do I. -https://github.com/gleitz/howdoi -Their utility has forever changed the way and pace in which I can program. I urge you to try the HowDoI.py application here on GitHub. Trust me, **it's going to be worth the effort!** -Here are the steps to run that application - - Install howdoi: - pip install howdoi - Test your install: - python -m \ No newline at end of file