Metadata-Version: 2.1
Name: trainerbase
Version: 3.1.1
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.10.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.0,<2.0.0)
Requires-Dist: pyttsx3 (>=2.90,<3.0)
Project-URL: Repository, https://gitlab.com/python-trainers/trainer-base
Description-Content-Type: text/x-rst

============
Trainer Base
============

.. image:: https://badge.fury.io/py/TrainerBase.svg
    :target: https://badge.fury.io/py/TrainerBase
    :alt: PyPI version

.. image:: https://static.pepy.tech/badge/trainerbase
    :target: https://pepy.tech/project/trainerbase
    :alt: Downloads

To create project from template using cookiecutter
==================================================

.. code-block:: bash

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

Examples
========

`Python Trainers <https://gitlab.com/python-trainers>`__

