Pytermtk

Latest version: v0.41.0a2

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.41.0a

Breaking changes
* TTkColorPicker behaviour changed in order to address the different (fg/bg) input and output colors, plese refer to [colorpicker.py](https://github.com/ceccopierangiolieugenio/pyTermTk/blob/main/demo/showcase/colorpicker.py) as an example on how to use it properly
* Due to the typing and enforced typing and reworked init, most classes cannot accept any parameter not strictly required.

What's Changed
* Added typing on all the main classes
* 266 Fix: Include the state package in the installation by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/267

TTkTextEdit
* 274 Added CTRL_A - Select All in the texteditor by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/274

TTkTable (New Widget) 🎇🎇🎇
* 272 Added TTk Table widget by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/272
* 283 : Added Table to TTkDesigner by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/283
* 288 : Added [sqlite3](https://www.sqlite.org/index.html) support by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/289

[Documentation](https://ceccopierangiolieugenio.github.io/pyTermTk-Docs/)
This release is shipped with a massive Documentation rework, there is still more work to do but finally, the autogen is producing a more "QT-Like" stile of class documentation, allowing to highlight the inherited input parameters, signals, slots and methods.
* 279 hack sphinx because it sucks and rework documentation by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/280
* 277 improve ttktree documentation by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/281

[ttkDesigner](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/ttkDesigner)
* 286 : Fixed ttkDesigner glitch by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/287
* 284 add ttktree and ttkfiletree to the uiloader and ttkdesigner by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/285


**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.40.0-a...0.41.0-a

0.40.0a

What's Changed


* Added UI Signature by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/250
* 251 add slider widget 1 by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/252
* Added tree column api by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/255
* 256 Fix: TextEdit return default if key not handled by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/257

TTkTerminal
* 261 Added parametrised program launcher in the TerminalHelper by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/263
* 264 Allow multiple SEC,SET,RST codes in the same escape sequence by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/265

[The Dumb Paint Tool](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tools/dumbPaintTool)
* Dumb Paint Tool by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/244
* Dumb paint tool undo redo support by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/260

Web Exporter
* Added Loading Screen
* Added Clipboard support by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/248
* Support Image/File Loader
* Support Drag Image/File
* Fix/Improved bracketed paste by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/246

**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.39.0-a...0.40.0-a

0.39.0a

Highlight
* TTkAppTemplate by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/239

What's Changed
* [Copykitten](https://github.com/klavionik/copykitten) clipboard support in [TTkClipboard](https://ceccopierangiolieugenio.github.io/pyTermTk/info/resources/clipboard.html) by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/242

* Fix: 225 : improve saveAs logic usecase by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/231
* FIX: 234 : Handled pyperclip exception by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/235
* FIX: 232 : ttkdesigner ask to save when exit or open a new file and clear the clipboard by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/237

**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.38.0-a...0.39.0-a

0.38.0a

Highlight
* (alpha) TTkShortcut by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/226

What's Changed
* Added serial hack by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/206
* Added QuickImport to the ttk Designer by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/215
* TTkLineEdit rework echo modes by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/216
* use waitpid to avoid zombie terminal processes by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/209
* ttkDesigner: Added Frame as choice when you start a new project by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/214
* ttkDesigner: added Undo/Redo by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/228
* FIX: 221 Add clipboard support in the lineedit by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/223
* FIX: 229 : Error when loading .tui.json file in ttkdesigner by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/230

**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.37.0-a...0.38.0-a

0.37.0a

What's Changed

* Amiga workbench Terminal Emulator by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/162
* TTk Terminal by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/155
* Multithreaded input by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/203
* Amiga workbench Terminal Emulator by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/162
* FIX: ttkDesigner input crash by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/200

**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.36.0-a...0.37.0-a

0.36.0a

What's Changed
* MS-Windows Support by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/192
* Enhancement: 189 included the linenumber property in the ttkDesigner by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/194
* TTkList Widget: dnd is disable by default to avoid unexpected dragging. by ceccopierangiolieugenio in https://github.com/ceccopierangiolieugenio/pyTermTk/pull/197


**Full Changelog**: https://github.com/ceccopierangiolieugenio/pyTermTk/compare/0.35.1-a...0.36.0-a

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.