Test eCookbook Integration

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

View file

@ -0,0 +1,6 @@
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>