Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 2.1 KB

README.md

File metadata and controls

33 lines (19 loc) · 2.1 KB

Graph

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

项目已经迁移至 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.

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

Contribution

You are welcome to contribute new code. A detailed description of the package can be found in DeveloperGuide_en or DeveloperGuide_zh.

Reference