Graphsciics

Latest version: v0.0.3

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

Scan your dependencies

0.0.3

This release comes with custom shape support.

`from graphsciics.custom import *`

`custom = Custom()`

`custom.build()` (Prompts the user to build the shape line by line before continuing.)

0.0.2

This version now has basic animation support.

`from graphsciics.graphsciics import *`

`from graphsciics.animate import *`

`canvas = Canvas(1, 1)`

`rect1 = Rectangle(1, 1, Cursor(0, 0))`

`rect2 = Rectangle(2, 2, Cursor(0, 0))`

`anim.addframe(rect1)`

`anim.addframe(rect2)`

`canvas.draw(anim)`

0.0.1

This is the first release of GraphSCIIcs, with support for basic rectangles. It is available on PyPI by `pip install graphsciics`.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.