From 5b8a39b58e77e3faedde4854e11d2830e1938c1c Mon Sep 17 00:00:00 2001 From: Pier CeccoPierangioliEugenio Date: Fri, 15 Nov 2024 10:48:25 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 954e3d0a..12d9c257 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,15 @@ cd pyTermTk # Press CTRL-C to exit (CTRL-Break on Windows) # Showcase Demo -python3 demo/demo.py -f +python3 demo/demo.py -f -t # run the ttkDesigner -python3 -m ttkDesigner +run.ttkDesigner.sh + +# run The Dumb Paint Tool +# it require pillow +# pip install pillow +run.dumbPaintTool.sh # Text edit with "Pygments" highlight integrated # it require pygments