Metadata-Version: 2.1
Name: trainerbase
Version: 3.11.5
Summary: Framework for creating game trainers/mods
Home-page: https://gitlab.com/python-trainers/trainer-base
License: MIT
Author: v01d
Author-email: v01d@v01d.ru
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dearpygui (>=1.11.1,<2.0.0)
Requires-Dist: keyboard (>=0.13.5,<0.14.0)
Requires-Dist: pyinjector (>=1.3.0,<2.0.0)
Requires-Dist: pymem (>=1.13.1,<2.0.0)
Requires-Dist: pyttsx3 (>=2.90,<3.0)
Project-URL: Repository, https://gitlab.com/python-trainers/trainer-base
Description-Content-Type: text/markdown

# Trainer Base

[![PyPI version](https://badge.fury.io/py/TrainerBase.svg)](https://badge.fury.io/py/TrainerBase)
[![Downloads](https://static.pepy.tech/badge/trainerbase)](https://pepy.tech/project/trainerbase)

## To create project from template using cookiecutter

```bash
cookiecutter https://gitlab.com/v01d-gl/basic-project-template.git --checkout trainerbase
```

## Examples

[Python Trainers](https://gitlab.com/python-trainers)

