Metadata-Version: 2.1
Name: pybotter
Version: 0.1.0
Summary: This module is for doing automation tasks on Windows 10 or above
Home-page: https://github.com/s3794510/pybotter
Author: Cedrus Z Maize
Author-email: servant@theecee.dev
Keywords: python,opencv,mouse,keyboard,automation
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: <3.12,>=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# Pybotter: Program Automation Python Library
Using Python
Currently under development

## Installation
Run the following command to install:

```python
pip install pybotter
```

## Usage

A template provided in the package for simplification.

```python
from pybot import PyBot

# Define window name
window_name = "Title of the target window"

# Create PyBot object:
bot = PyBot(window_name)

# (**) To modify the bot actions, modify the function __actions__ in BotHandler class

# (**) Run the bot
bot.run()
```

Sound effects obtained from https://www.zapsplat.com
