Skip to main content

This module is for doing automation tasks on Windows 10 or above

Project description

Pybotter: Program Automation Python Library

Using Python Currently under development

Installation

Run the following command to install:

pip install pybotter

Usage

A template provided in the package for simplification.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybotter-0.1.0.tar.gz (123.5 kB view hashes)

Uploaded Source

Built Distribution

pybotter-0.1.0-py3-none-any.whl (123.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page