Metadata-Version: 2.4
Name: trainerbase
Version: 4.8.2
Summary: Framework for creating game trainers/mods
Author: v01d, doomayka
Author-email: v01d <v01d@v01d.ru>, doomayka <doomaykaka@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: dearpygui>=2.2
Requires-Dist: keyboard>=0.13.5
Requires-Dist: mouse>=0.7.1
Requires-Dist: psutil>=7.2.2
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pymem>=1.14.0
Requires-Dist: pyttsx3>=2.99
Requires-Dist: trainerbase-injector>=1.0.1
Requires-Python: >=3.14
Project-URL: Homepage, https://gitlab.com/python-trainers/
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)

![Logo](https://gitlab.com/python-trainers/trainer-base/-/raw/main/trainerbase/vendor/big_logo.png)

## 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)
