Metadata-Version: 2.4
Name: gtaz
Version: 0.1
Summary: Visual-based AI for real-time tasks in GTAV
Author: Hansimov
Project-URL: Homepage, https://github.com/Hansimov/gtaz
Project-URL: Issues, https://github.com/Hansimov/gtaz/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tclogger
Requires-Dist: vgamepad
Requires-Dist: Pillow
Dynamic: license-file

# GTAZ
Visual-based AI for real-time tasks in GTAV.

![](https://img.shields.io/pypi/v/gtaz?label=gtaz&color=blue&cacheSeconds=60)

## Thanks to

Lots of codes (especially the gamepad simulator ) are inspired by and inherited from:

- [shibeta/JNTMbot_python](https://github.com/shibeta/JNTMbot_python)

Without the original author's great work, this project would not be possible.

## Install package

```sh
pip install gtaz --upgrade
```

## Usage

TODO
