From 9d59291f4ce889a00fe532f126dc87c93917de09 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Thu, 23 Oct 2025 22:26:12 +0200 Subject: [PATCH] Update demo program count from 200 to 300 This syncs the amount of demo prpjects that is mentioned with the paragraph above it. https://github.com/spyoungtech/FreeSimpleGui?tab=readme-ov-file#jump-start-get-the-demo-programs--demo-browser- --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index add8cd3e..adf05832 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ Some features, like a System Tray Icon, are not available on all of the ports. ## Integrations -Among the more than 200 "Demo Programs", you'll find examples of how to integrate many popular Python packages into your GUI. +Among the more than 300 "Demo Programs", you'll find examples of how to integrate many popular Python packages into your GUI. Want to embed a Matplotlib drawing into your window? No problem, copy the demo code and instantly have a Matplotlib drawing of your dreams into your GUI.