Metadata-Version: 2.1
Name: easy-gaming
Version: 2.0.2
Summary: A gaming automation library
Home-page: 
Author: Luke Cheney
Author-email: thestarfinder8@gmail.com
License: MIT
Keywords: gaming
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

This library can:
=================

autoChat module
---------------
- autoChat.chat(delay, speed)
- autoChat.spam(amount, speed, delay)
- autoChat.reset()

autoClicker module
------------------
- autoClicker.click('button', speed, duration, delay)

autoPos module
--------------
- record(delay, amount)
- play(speed, delay, 'button')

Change log
==========

0.0.1 (28/10/2022)
------------------
- First Release

0.0.2 (29/10/2022)
------------------
- auto-chat added

0.0.3 (29/10/2022)
------------------
- major bug fix

0.0.4 (29/10/2022)
------------------
- delay added to auto-clicker module

1.0.0 (29/10/2022)
------------------
- full release/save file added

1.0.1 (29/10/2022)
------------------
- bug fix

1.0.2 (29/10/2022)
------------------
- bug fix

1.0.3 (29/10/2022)
------------------
- bug fix

1.0.4 (29/10/2022)
------------------
- bug fix

1.0.5 (29/10/2022)
------------------
- bug fix

1.0.6 (29/10/2022)
------------------
- bug fix

1.0.7 (29/10/2022)
------------------
- bug fix

1.0.8 (29/10/2022)
------------------
- bug fix

1.0.9 (29/10/2022)
------------------
- bug fix

1.1.0 (30/10/2022)
------------------
- file rework
- bug fix

1.1.1 (30/10/2022)
------------------
- module change

1.1.2 (30/10/2022)
------------------
- ease of use

1.1.3 (30/10/2022)
------------------
- bug fix

1.1.4 (30/10/2022)
------------------
- bug fix

1.1.5 (30/10/2022)
------------------
- bug fix

1.1.6 (30/10/2022)
------------------
- autoChat rework

2.0.0 (30/10/2022)
------------------
- autoPos finished

2.0.1 (30/10/2022)
------------------
- bug fix

2.0.2 (30/10/2022)
------------------
- bug fix
