Metadata-Version: 2.1
Name: graph-tensor
Version: 0.0.7
Summary: A universal graphics library
Home-page: https://github.com/TensorAtom/Graph
Author: Xinwei Liu
Author-email: 735613050@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Graph

[![GitHub issues](https://img.shields.io/github/issues/TensorAtom/Graph)](https://github.com/TensorAtom/Graph/issues) [![GitHub forks](https://img.shields.io/github/forks/TensorAtom/Graph)](https://github.com/TensorAtom/Graph/network) [![GitHub stars](https://img.shields.io/github/stars/TensorAtom/Graph)](https://github.com/TensorAtom/Graph/stargazers) [![GitHub license](https://img.shields.io/github/license/TensorAtom/Graph)](https://github.com/TensorAtom/Graph/blob/master/LICENSE) [![HitCount](http://hits.dwyl.io/TensorAtom/Graph.svg)](http://hits.dwyl.io/TensorAtom/Graph) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cv) ![repo size](https://img.shields.io/github/repo-size/TensorAtom/Graph.svg) [![contributors](https://img.shields.io/github/contributors/TensorAtom/Graph.svg)](https://github.com/TensorAtom/Graph/graphs/contributors) [![watcher](https://img.shields.io/github/watchers/TensorAtom/Graph.svg)](https://github.com/TensorAtom/Graph/watchers)

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](https://github.com/TensorAtom/tutorial/tree/master/Graph/README.md) in this project.

## PyPI support available

You can install the latest version using the following command:

```sh
$ pip install graph-tensor
```

The following command is used when called:

```python
import graph_tensor
```

## Reference

- [Computer Graphics from scratch](https://gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) 👉 [Github](https://github.com/ggambetta/computer-graphics-from-scratch)


