graph-tensor

A universal graphics library


Keywords
graph, graph-tensor, python3, tkinter
License
MPL-2.0
Install
pip install graph-tensor==0.1.0

Documentation

Graph

GitHub issues GitHub forks GitHub stars GitHub license HitCount PyPI - Python Version repo size contributors watcher

The goal is to build a Tensor-based computer graphics library that focuses on the field of computer vision.

The graphic elements of this project refer to the Canvas of tkinter (Python 3.7 or later). The code implementation principle and the instruction manual can refer to tutorial in this project.

PyPI support available

You can install the latest version using the following command:

$ pip install graph-tensor

The following command is used when called:

import graph_tensor

Reference