Flattened ecookbook.... nothing official... testing some things out...

This commit is contained in:
PySimpleGUI 2022-06-30 15:43:56 -04:00
parent 05fd8ca891
commit 0574702876
109 changed files with 0 additions and 0 deletions

View file

@ -1,6 +0,0 @@
The ability to output text in multiple colors has been a long-requested feature for PySimpleGUI. It's finally here.
It should be noted that it does not use ANSI codes embedded into strings in order to accomplish this. Instead you specify the colors when you send the text to the `Multiline` element via its `update` method.
<iframe src='https://trinket.io/embed/pygame/f665612d7d?start=result' width='100%' height='650' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>