Metadata-Version: 2.3
Name: trainerbase
Version: 4.2.2
Summary: Framework for creating game trainers/mods
Project-URL: Homepage, https://gitlab.com/python-trainers/
Project-URL: Repository, https://gitlab.com/python-trainers/trainer-base
Author-email: v01d <v01d@v01d.ru>, doomayka <zd@doomayka.ru>
License: MIT
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.13
Requires-Dist: dearpygui>=2.0.0
Requires-Dist: keyboard>=0.13.5
Requires-Dist: mouse>=0.7.1
Requires-Dist: psutil>=6.1.0
Requires-Dist: pyinjector>=1.3.0
Requires-Dist: pymem>=1.14.0
Requires-Dist: pyttsx3>=2.98
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)
