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