Skip to content

AndAleixo/Bot-AutoClick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot AutoClick

A Windows desktop app (Python + CustomTkinter) that runs ordered mouse and keyboard automation: single/double click, hold, type text, key presses, repeats, and multi-cycle runs. Use it to repeat UI-driven tasks and cut manual clicking—only where you are allowed to automate input.

Quick install

From the repository root, with Python 3.10+:

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt

(On Git Bash, use source .venv/Scripts/activate instead of the second line.)

Run

From the repository root (so the configs/ folder resolves correctly):

python src/main.py

Or double-click scripts\run.bat. If the target app only accepts input from an elevated process, use scripts\run_as_admin.bat.

More detail

See docs/ for global hotkeys, an informal roadmap, and repo / JSON notes (hotkeys.md, roadmap.md, structure-and-code-conventions.md). A sample config is configs/example_config.json.

Disclaimer

Use only where permitted. Automating games or online services may break their terms. Provided as-is, without warranty.

License

MIT — see LICENSE.

About

A Windows desktop app that runs ordered mouse and keyboard automation: single/double click, hold, type text, key presses, repeats, and multi-cycle runs.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors