Canvasplus

Latest version: v1.4.1

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

Scan your dependencies

Page 2 of 3

1.2.0

Added three new transformations
- Resize
- Rotate
- Flip
Made the switch to MIT license, as GPL was too restrictive

1.1.3

Added new methods get_attributes, clone, and __iter__

- get_attributes: returns attributes of tag or id
- def get_attributes(self, tagOrId: Union[int, str]) -> Dict
- clone: clones and object
- def clone(self, tagOrId: Union[int, str], *args: List[int]) -> int
- __iter__: returns an iterable of all canvas items
- def __iter__(self) -> iter

1.1.2

Removal of incompatible widgets, such as menu, or toplevel.

1.1.1

A simple patch fixing readme, and __init__.py for intuitive importing

1.1.0

Stable release for previous release
Create Tkinter widgets easily onto the canvas
python
canvas.create_entry(0, 0, anchor = "nw", textvariable=strVar)

1.1.0a

Create Tkinter widgets easily onto the canvas
python
canvas.create_entry(0, 0, anchor = "nw", textvariable=strVar)

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.