项目已经迁移至 d2py.gui.tkinterx
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.
Graph_tensor user manual reference manual.
You can install the latest version using the following command:
$ pip install graph-tensor
The following command is used when called:
import graph_tensor
You are welcome to contribute new code. A detailed description of the package can be found in DeveloperGuide_en or DeveloperGuide_zh.