Browse Source

moved ttkDesigner and theDumbPaintTool in the apps folder

pull/317/head
Eugenio Parodi 🌶️ 1 year ago
parent
commit
8af261e85a
  1. 4
      .vscode/launch.json
  2. 6
      README.md
  3. 2
      TermTk/TTkUiTools/uiloader.py
  4. 0
      apps/dumbPaintTool.py
  5. 2
      apps/dumbPaintTool/README.md
  6. 0
      apps/dumbPaintTool/__init__.py
  7. 0
      apps/dumbPaintTool/__main__.py
  8. 0
      apps/dumbPaintTool/app/__init__.py
  9. 0
      apps/dumbPaintTool/app/about.py
  10. 0
      apps/dumbPaintTool/app/canvaslayer.py
  11. 0
      apps/dumbPaintTool/app/cfg.py
  12. 0
      apps/dumbPaintTool/app/const.py
  13. 0
      apps/dumbPaintTool/app/exportarea.py
  14. 0
      apps/dumbPaintTool/app/filters/__init__.py
  15. 0
      apps/dumbPaintTool/app/filters/brightness_contrast.py
  16. 0
      apps/dumbPaintTool/app/filters/hue_chroma_lightness.py
  17. 0
      apps/dumbPaintTool/app/glbls.py
  18. 0
      apps/dumbPaintTool/app/importimage.py
  19. 0
      apps/dumbPaintTool/app/layersctrl.py
  20. 0
      apps/dumbPaintTool/app/main.py
  21. 0
      apps/dumbPaintTool/app/maintemplate.py
  22. 0
      apps/dumbPaintTool/app/paintarea.py
  23. 0
      apps/dumbPaintTool/app/painttoolkit.py
  24. 0
      apps/dumbPaintTool/app/palette.py
  25. 0
      apps/dumbPaintTool/app/state/__init__.py
  26. 0
      apps/dumbPaintTool/app/state/brush.py
  27. 0
      apps/dumbPaintTool/app/state/layers.py
  28. 0
      apps/dumbPaintTool/app/textarea.py
  29. 0
      apps/dumbPaintTool/app/toolspanel.py
  30. 0
      apps/dumbPaintTool/tui/paintToolKit.tui.json
  31. 0
      apps/dumbPaintTool/tui/quickImport.tui.json
  32. 0
      apps/dumbPaintTool/tui/tools.tui.json
  33. 0
      apps/dumbPaintTool/web.ttk.package.json
  34. 0
      apps/ttkDesigner.py
  35. 4
      apps/ttkDesigner/README.md
  36. 0
      apps/ttkDesigner/__init__.py
  37. 0
      apps/ttkDesigner/__main__.py
  38. 0
      apps/ttkDesigner/app/__init__.py
  39. 0
      apps/ttkDesigner/app/about.py
  40. 0
      apps/ttkDesigner/app/cfg.py
  41. 0
      apps/ttkDesigner/app/designer.py
  42. 0
      apps/ttkDesigner/app/main.py
  43. 0
      apps/ttkDesigner/app/menuBarEditor.py
  44. 0
      apps/ttkDesigner/app/notepad.py
  45. 0
      apps/ttkDesigner/app/propertyeditor.py
  46. 0
      apps/ttkDesigner/app/quickexport.py
  47. 0
      apps/ttkDesigner/app/signalsloteditor.py
  48. 0
      apps/ttkDesigner/app/superobj/__init__.py
  49. 0
      apps/ttkDesigner/app/superobj/supercontrol.py
  50. 0
      apps/ttkDesigner/app/superobj/superlayout.py
  51. 0
      apps/ttkDesigner/app/superobj/superlayoutgrid.py
  52. 0
      apps/ttkDesigner/app/superobj/superlayouthbox.py
  53. 0
      apps/ttkDesigner/app/superobj/superlayoutvbox.py
  54. 0
      apps/ttkDesigner/app/superobj/superobj.py
  55. 0
      apps/ttkDesigner/app/superobj/superwidget.py
  56. 0
      apps/ttkDesigner/app/superobj/superwidgetabstractscrollarea.py
  57. 0
      apps/ttkDesigner/app/superobj/superwidgetcontainer.py
  58. 0
      apps/ttkDesigner/app/superobj/superwidgetframe.py
  59. 0
      apps/ttkDesigner/app/superobj/superwidgetlist.py
  60. 0
      apps/ttkDesigner/app/superobj/superwidgetmenubutton.py
  61. 0
      apps/ttkDesigner/app/superobj/superwidgetradiobutton.py
  62. 0
      apps/ttkDesigner/app/superobj/superwidgetsplitter.py
  63. 0
      apps/ttkDesigner/app/superobj/superwidgettextedit.py
  64. 0
      apps/ttkDesigner/app/treeinspector.py
  65. 0
      apps/ttkDesigner/app/widgetbox.py
  66. 0
      apps/ttkDesigner/app/windoweditor.py
  67. 0
      apps/ttkDesigner/tui/menuBarEditor.tui.json
  68. 0
      apps/ttkDesigner/tui/newWindow.tui.json
  69. 0
      apps/ttkDesigner/tui/quickExport.tui.json
  70. 0
      apps/ttkDesigner/tui/quickImport.tui.json
  71. 2
      setup.dumbPaintTool.py
  72. 2
      setup.ttkDesigner.py
  73. 8
      tools/prepareBuild.sh
  74. 2
      tutorial/examples/ansi.images.json
  75. 2
      tutorial/ttkDesigner/textEdit/README.rst

4
.vscode/launch.json vendored

@ -63,7 +63,7 @@
"name": "Python: DumbPaintTool",
"type": "debugpy",
"request": "launch",
"program": "tools/dumbPaintTool.py",
"program": "apps/dumbPaintTool.py",
"console": "integratedTerminal",
"justMyCode": true,
"env": {
@ -73,7 +73,7 @@
"name": "Python: DumbPaintTool File",
"type": "debugpy",
"request": "launch",
"program": "tools/dumbPaintTool.py",
"program": "apps/dumbPaintTool.py",
"console": "integratedTerminal",
"justMyCode": true,
"env": {

6
README.md

@ -54,10 +54,10 @@ Be inspired by [the Tutorials](https://github.com/ceccopierangiolieugenio/pyTerm
## [Api Definitions](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/index.html#api-reference)
Don't get bored by the [Api Definitions](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/index.html#api-reference)
## [ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/ttkDesigner)
## [ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/ttkDesigner)
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)
## [theDumbPaintTool](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/dumbPaintTool)
Unravel your inner artist with [The Terminal ASCII Photoshop](https://ceccopierangiolieugenio.itch.io/dumb-paint-tool)
---
@ -100,7 +100,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/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)
- [ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/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)

2
TermTk/TTkUiTools/uiloader.py

@ -36,7 +36,7 @@ TTkUiSignature = "TTkUi/Document"
class TTkUiLoader():
'''TTkUiLoader
.. _ttkDesigner: https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/ttkDesigner
.. _ttkDesigner: https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/ttkDesigner
`ttkdesigner Tutorial <https://github.com/ceccopierangiolieugenio/pyTermTk/blob/main/tutorial/ttkDesigner/textEdit>`_

0
tools/dumbPaintTool.py → apps/dumbPaintTool.py

2
tools/dumbPaintTool/README.md → apps/dumbPaintTool/README.md

@ -10,7 +10,7 @@
![dpt hero](https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/005b31a9-d9d6-4799-be17-5a3e478a4703)
## [the Dumb Paint Tool](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/dumbPaintTool)
## [the Dumb Paint Tool](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/dumbPaintTool)
A Uber SourcesOpen Super Duper Powerful and User-Friendly ASCII/ANSI/UTF-8 Terminal art editor, basically the Terminal ASCII Photoshop

0
tools/dumbPaintTool/__init__.py → apps/dumbPaintTool/__init__.py

0
tools/dumbPaintTool/__main__.py → apps/dumbPaintTool/__main__.py

0
tools/dumbPaintTool/app/__init__.py → apps/dumbPaintTool/app/__init__.py

0
tools/dumbPaintTool/app/about.py → apps/dumbPaintTool/app/about.py

0
tools/dumbPaintTool/app/canvaslayer.py → apps/dumbPaintTool/app/canvaslayer.py

0
tools/dumbPaintTool/app/cfg.py → apps/dumbPaintTool/app/cfg.py

0
tools/dumbPaintTool/app/const.py → apps/dumbPaintTool/app/const.py

0
tools/dumbPaintTool/app/exportarea.py → apps/dumbPaintTool/app/exportarea.py

0
tools/dumbPaintTool/app/filters/__init__.py → apps/dumbPaintTool/app/filters/__init__.py

0
tools/dumbPaintTool/app/filters/brightness_contrast.py → apps/dumbPaintTool/app/filters/brightness_contrast.py

0
tools/dumbPaintTool/app/filters/hue_chroma_lightness.py → apps/dumbPaintTool/app/filters/hue_chroma_lightness.py

0
tools/dumbPaintTool/app/glbls.py → apps/dumbPaintTool/app/glbls.py

0
tools/dumbPaintTool/app/importimage.py → apps/dumbPaintTool/app/importimage.py

0
tools/dumbPaintTool/app/layersctrl.py → apps/dumbPaintTool/app/layersctrl.py

0
tools/dumbPaintTool/app/main.py → apps/dumbPaintTool/app/main.py

0
tools/dumbPaintTool/app/maintemplate.py → apps/dumbPaintTool/app/maintemplate.py

0
tools/dumbPaintTool/app/paintarea.py → apps/dumbPaintTool/app/paintarea.py

0
tools/dumbPaintTool/app/painttoolkit.py → apps/dumbPaintTool/app/painttoolkit.py

0
tools/dumbPaintTool/app/palette.py → apps/dumbPaintTool/app/palette.py

0
tools/dumbPaintTool/app/state/__init__.py → apps/dumbPaintTool/app/state/__init__.py

0
tools/dumbPaintTool/app/state/brush.py → apps/dumbPaintTool/app/state/brush.py

0
tools/dumbPaintTool/app/state/layers.py → apps/dumbPaintTool/app/state/layers.py

0
tools/dumbPaintTool/app/textarea.py → apps/dumbPaintTool/app/textarea.py

0
tools/dumbPaintTool/app/toolspanel.py → apps/dumbPaintTool/app/toolspanel.py

0
tools/dumbPaintTool/tui/paintToolKit.tui.json → apps/dumbPaintTool/tui/paintToolKit.tui.json

0
tools/dumbPaintTool/tui/quickImport.tui.json → apps/dumbPaintTool/tui/quickImport.tui.json

0
tools/dumbPaintTool/tui/tools.tui.json → apps/dumbPaintTool/tui/tools.tui.json

0
tools/dumbPaintTool/web.ttk.package.json → apps/dumbPaintTool/web.ttk.package.json

0
tools/ttkDesigner.py → apps/ttkDesigner.py

4
tools/ttkDesigner/README.md → apps/ttkDesigner/README.md

@ -8,7 +8,7 @@
[![screenshot](https://user-images.githubusercontent.com/8876552/236525667-dcdcec6e-1066-4294-bdb0-db98ef8850da.png)](https://pypi.org/project/ttkDesigner)
## [ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/ttkDesigner)
## [ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/ttkDesigner)
**ttkDesigner** is the [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) with [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) Widgets. You can compose and customize your windows or dialogs in a what-you-see-is-what-you-get (WYSIWYG) manner, and test them interactively.
@ -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/tools/ttkDesigner)
[ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/ttkDesigner)
is available on [PyPI](https://pypi.org/project/ttkDesigner/)
```bash
pip3 install --upgrade ttkDesigner

0
tools/ttkDesigner/__init__.py → apps/ttkDesigner/__init__.py

0
tools/ttkDesigner/__main__.py → apps/ttkDesigner/__main__.py

0
tools/ttkDesigner/app/__init__.py → apps/ttkDesigner/app/__init__.py

0
tools/ttkDesigner/app/about.py → apps/ttkDesigner/app/about.py

0
tools/ttkDesigner/app/cfg.py → apps/ttkDesigner/app/cfg.py

0
tools/ttkDesigner/app/designer.py → apps/ttkDesigner/app/designer.py

0
tools/ttkDesigner/app/main.py → apps/ttkDesigner/app/main.py

0
tools/ttkDesigner/app/menuBarEditor.py → apps/ttkDesigner/app/menuBarEditor.py

0
tools/ttkDesigner/app/notepad.py → apps/ttkDesigner/app/notepad.py

0
tools/ttkDesigner/app/propertyeditor.py → apps/ttkDesigner/app/propertyeditor.py

0
tools/ttkDesigner/app/quickexport.py → apps/ttkDesigner/app/quickexport.py

0
tools/ttkDesigner/app/signalsloteditor.py → apps/ttkDesigner/app/signalsloteditor.py

0
tools/ttkDesigner/app/superobj/__init__.py → apps/ttkDesigner/app/superobj/__init__.py

0
tools/ttkDesigner/app/superobj/supercontrol.py → apps/ttkDesigner/app/superobj/supercontrol.py

0
tools/ttkDesigner/app/superobj/superlayout.py → apps/ttkDesigner/app/superobj/superlayout.py

0
tools/ttkDesigner/app/superobj/superlayoutgrid.py → apps/ttkDesigner/app/superobj/superlayoutgrid.py

0
tools/ttkDesigner/app/superobj/superlayouthbox.py → apps/ttkDesigner/app/superobj/superlayouthbox.py

0
tools/ttkDesigner/app/superobj/superlayoutvbox.py → apps/ttkDesigner/app/superobj/superlayoutvbox.py

0
tools/ttkDesigner/app/superobj/superobj.py → apps/ttkDesigner/app/superobj/superobj.py

0
tools/ttkDesigner/app/superobj/superwidget.py → apps/ttkDesigner/app/superobj/superwidget.py

0
tools/ttkDesigner/app/superobj/superwidgetabstractscrollarea.py → apps/ttkDesigner/app/superobj/superwidgetabstractscrollarea.py

0
tools/ttkDesigner/app/superobj/superwidgetcontainer.py → apps/ttkDesigner/app/superobj/superwidgetcontainer.py

0
tools/ttkDesigner/app/superobj/superwidgetframe.py → apps/ttkDesigner/app/superobj/superwidgetframe.py

0
tools/ttkDesigner/app/superobj/superwidgetlist.py → apps/ttkDesigner/app/superobj/superwidgetlist.py

0
tools/ttkDesigner/app/superobj/superwidgetmenubutton.py → apps/ttkDesigner/app/superobj/superwidgetmenubutton.py

0
tools/ttkDesigner/app/superobj/superwidgetradiobutton.py → apps/ttkDesigner/app/superobj/superwidgetradiobutton.py

0
tools/ttkDesigner/app/superobj/superwidgetsplitter.py → apps/ttkDesigner/app/superobj/superwidgetsplitter.py

0
tools/ttkDesigner/app/superobj/superwidgettextedit.py → apps/ttkDesigner/app/superobj/superwidgettextedit.py

0
tools/ttkDesigner/app/treeinspector.py → apps/ttkDesigner/app/treeinspector.py

0
tools/ttkDesigner/app/widgetbox.py → apps/ttkDesigner/app/widgetbox.py

0
tools/ttkDesigner/app/windoweditor.py → apps/ttkDesigner/app/windoweditor.py

0
tools/ttkDesigner/tui/menuBarEditor.tui.json → apps/ttkDesigner/tui/menuBarEditor.tui.json

0
tools/ttkDesigner/tui/newWindow.tui.json → apps/ttkDesigner/tui/newWindow.tui.json

0
tools/ttkDesigner/tui/quickExport.tui.json → apps/ttkDesigner/tui/quickExport.tui.json

0
tools/ttkDesigner/tui/quickImport.tui.json → apps/ttkDesigner/tui/quickImport.tui.json

2
setup.dumbPaintTool.py

@ -17,7 +17,7 @@ setup(
description='the Dumb Paint Tool is a Terminal ASCII Photoshop',
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/dumbPaintTool",
url="https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/dumbPaintTool",
classifiers=[
# https://pypi.org/classifiers/
"Programming Language :: Python :: 3",

2
setup.ttkDesigner.py

@ -17,7 +17,7 @@ setup(
description='ttkDesigner is a terminal user interface designer for pyTermTk applications',
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/ttkDesigner",
url="https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/ttkDesigner",
classifiers=[
# https://pypi.org/classifiers/
"Programming Language :: Python :: 3",

8
tools/prepareBuild.sh

@ -73,16 +73,16 @@ case $1 in
;;
ttkDesigner)
_NAME='ttkDesigner'
_BUILD_LIB='tools/ttkDesigner'
_BUILD_LIB='apps/ttkDesigner'
_SETUP='setup.ttkDesigner.py'
_README='tools/ttkDesigner/README.md'
_README='apps/ttkDesigner/README.md'
_CFG='ttkDesigner/app/cfg.py'
;;
dumbPaintTool)
_NAME='dumbPaintTool'
_BUILD_LIB='tools/dumbPaintTool'
_BUILD_LIB='apps/dumbPaintTool'
_SETUP='setup.dumbPaintTool.py'
_README='tools/dumbPaintTool/README.md'
_README='apps/dumbPaintTool/README.md'
_CFG='dumbPaintTool/app/cfg.py'
;;
doc)

2
tutorial/examples/ansi.images.json

@ -1,6 +1,6 @@
{
"compressed":{
"Note1:" : "HEX Codes thanks to: https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/dumbPaintTool",
"Note1:" : "HEX Codes thanks to: https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/dumbPaintTool",
"pepper" : "eJx9Vk1yFjsMfAtW4QhsOMEr/49dughVnCF3CFUsWGTBAsJ7QOBunIRuyZ6xHUgg7u/zKJLVkltz9+Lzh5f/6M+bd/jw6q27fY0foMQqQZKX7KXd/np4PPeOKs1L9Nj8fm0GqdE2/6eXm+7qNAhFvMcKg/eX+yK5SYyS+C0mCTBco5Um9ZAczIR/gAcZJnenifdJPP64dqPipTjJaTGqTbyLPKc5apIznsDmv9kGmwinJiHzZP5YTuxDkiMTlu2MJWFdNh3/YefhZttSbi4SsDissPx5xTmQU6iKaSRZEmGzw288FLsd8qBdgN23xY4UDLOGJB1WGH29jFBCH52iOcN2LYQlaIhZgneKRhWJQlMA18o0nCRFRXNYcFRXib1ThiGZLopmGJrQduuGED1OlxTNDt3oXSIukZv2bltJGAW5e74g7KUcFSwGvory/jgdOAvP3DoDiBeDxZvSP5w2y+F60+FzxQqj+8koamGPM3N8YPFJ5ccrc7Lms6LZoZwHa9WWmMGDtdgUrTbO874CNjswGbxiGhmRzLZdLlSlFAW7XJWXtNQ1BzQdYhIsJgQBS7fpYvCkDBeboK5ySfPjj5N7VLwpqMWBFJE8W+jLZYTbHQ4FNYKwgK5Mdn5cRlAz9IWCkR30kutZp4CV+qHQ21bbCbByAzKgSArWKIkPAFuFHQXsbAP0DcSixfX46GieZDR2pshg3TxJV6SHSWSn7HTZuAOzTsHqh7RQ0bQaoX2LgSWSD6NpozhqBh1IuVNdd27VpFasRGV0aqLeAlZvtQriEDp7qEUhrDnjxLgbhF4yHQeANSiCZGexnvEGZUPTD32jZktIS58+aVONMXXmRDhGBb2dNw3VCVvrcqYcCmk0IFsk+81MJcSPEeYxwyobbgzUIQLoClcUu52zDnSbWEQrzrgMHkZJYWEjOHbGoXiJRehiMdXARrAfmdIdh87mrlJmuPbhocvz5D7+nVyct3ExZ3i6UVai3cmRIl8vqJGbWWuC/4Quc07vQFsVKAS2e1Q8mc3hKbPUIeYZJn8ckervfmluzrOzuSGtnCnbmOI8TB2suVUHAYu3whcBGTKDL1IXWl8/FdcpRrJl4XGaZBgowaayCQ/nPdaNbMf3BYVTN13XzXmogJ3UFNMoEpWsbMMs0bYqWt95OivE5Y3MQ8UZNw9/uLF8BQjry51qf760Hy+NFLm2TH/y7M6GSiAibSTOUno27xWFF43XbdkcpdnfPqjwGzlVkGD9U2363u3Np39/A7RA/Jk=" ,
"python" : "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" ,

2
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/tools/ttkDesigner
.. _ttkDesigner: https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/apps/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

Loading…
Cancel
Save