Skip to content

A python program that allows the user to controll the mouse/keyboard by composing different commands together

Notifications You must be signed in to change notification settings

mmet0diev/BotCompose

Repository files navigation

BotCompose

A python program, allowing the user to compose different functions/commands together, utilizing the mouse and keyboard libraries, as well as some other 3rd-party modules such as pyautogui and inbuilt python modules(os, sys, time).

Usage

To run the program, 1st you will need to have a python version(either +2 or +3) installed, as well as the following libraries/modules: mouse, keyboard, pyautogui. Running the program is as follows: Either:

  • through simply using the main.py file in the project directory.
  • through command line / terminal, navigate to the cloned project directory(BotCompose) and type either py / python / python3 main.py
  • through an ide. Simply run the program through a python supporting ide or text editor such as PyChar, VSCode or any other ide with python support.

sources: https://github.com/boppreh/mouse https://github.com/boppreh/keyboard https://pyautogui.readthedocs.io/en/latest/

About

A python program that allows the user to controll the mouse/keyboard by composing different commands together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages