From db2c87b1df82cc814feefffb2e2c80ed81a276ba Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Fri, 12 Apr 2024 17:52:19 +0100 Subject: [PATCH] updated the ttkdesigner link --- README.md | 4 ++-- TermTk/TTkUiTools/uiloader.py | 2 +- tools/ttkDesigner/README.md | 2 +- tutorial/ttkDesigner/textEdit/README.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 407e4685..9d6b92b7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Don't get bored by the [Api Definitions](https://ceccopierangiolieugenio.github. Smell deliciousness with the official [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) tool for designing and building Text-based user interfaces ([TUI](https://en.wikipedia.org/wiki/Text-based_user_interface)s) ## [theDumbPaintTool](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/dumbPaintTool) -Unravel your hidden artist with [The Terminal ASCII Photoshop](https://ceccopierangiolieugenio.itch.io/dumb-paint-tool) +Unravel your inner artist with [The Terminal ASCII Photoshop](https://ceccopierangiolieugenio.itch.io/dumb-paint-tool) --- @@ -85,7 +85,7 @@ python3 tests/test.ui.018.TextEdit.Pygments.py README.md --- ## Projects using [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) -- [ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/ttkDesigner) - the official [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) tool for designing and building Text-based user interfaces ([TUI](https://en.wikipedia.org/wiki/Text-based_user_interface)s) +- [ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/ttkDesigner) - the official [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) tool for designing and building Text-based user interfaces ([TUI](https://en.wikipedia.org/wiki/Text-based_user_interface)s) - [the DumbPaintTool](https://ceccopierangiolieugenio.itch.io/dumb-paint-tool) - The Terminal ASCII Photoshop - [tlogg](https://github.com/ceccopierangiolieugenio/tlogg) - A fast, advanced log explorer. - [ttkode](https://github.com/ceccopierangiolieugenio/ttkode) - TerminalToolKit (Studio) Code (editor) diff --git a/TermTk/TTkUiTools/uiloader.py b/TermTk/TTkUiTools/uiloader.py index dbfe2dfc..6b556b56 100644 --- a/TermTk/TTkUiTools/uiloader.py +++ b/TermTk/TTkUiTools/uiloader.py @@ -36,7 +36,7 @@ TTkUiSignature = "TTkUi/Document" class TTkUiLoader(): '''TTkUiLoader - .. _ttkDesigner: https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/ttkDesigner + .. _ttkDesigner: https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/ttkDesigner `ttkdesigner Tutorial `_ diff --git a/tools/ttkDesigner/README.md b/tools/ttkDesigner/README.md index 2795d3e4..aab921dc 100644 --- a/tools/ttkDesigner/README.md +++ b/tools/ttkDesigner/README.md @@ -18,7 +18,7 @@ Widgets and forms created with **ttkDesigner** integrate seamlessly with program tbd ## Install/Upgrade -[ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/ttkDesigner) +[ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/ttkDesigner) is available on [PyPI](https://pypi.org/project/ttkDesigner/) ```bash pip3 install --upgrade ttkDesigner diff --git a/tutorial/ttkDesigner/textEdit/README.rst b/tutorial/ttkDesigner/textEdit/README.rst index 826834e0..0236f5bf 100644 --- a/tutorial/ttkDesigner/textEdit/README.rst +++ b/tutorial/ttkDesigner/textEdit/README.rst @@ -1,6 +1,6 @@ .. _pyTermTk: https://github.com/ceccopierangiolieugenio/pyTermTk .. _TermTk: https://github.com/ceccopierangiolieugenio/pyTermTk -.. _ttkDesigner: https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/ttkDesigner +.. _ttkDesigner: https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/ttkDesigner .. _Widget: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkWidgets.widget.html .. _Textedit: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkWidgets.texedit.html