https://github.com/n0k0/pytomatic
Scripts and Macros for all sorts of things
https://github.com/n0k0/pytomatic
automation computer-vision game-hacking opencv python-3
Last synced: 10 months ago
JSON representation
Scripts and Macros for all sorts of things
- Host: GitHub
- URL: https://github.com/n0k0/pytomatic
- Owner: N0K0
- Created: 2016-01-09T14:02:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T02:16:38.000Z (over 6 years ago)
- Last Synced: 2025-06-14T06:35:30.405Z (12 months ago)
- Topics: automation, computer-vision, game-hacking, opencv, python-3
- Language: Python
- Size: 8.94 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Pytomatic
Pytomatic is a system i'm currently developing to automate tasks with Python.
Its main focus is being a general purpose package for mainly games and other mouse-driven games.
Like for example BF4 commander mode (Which is how this all started)
## Features
* Basic Window management
* Basic Mouse control
* Basic imaging
## Coming soon™
* Computer vision
* A working basic HAAR-based object detector
* Easy to use tools for training HAAR-based object classifiers
* Sample Generator
* Sample annotation tool
* Mouse movement
* Mouse movement recorder
* Move movement primitives like curves
* Keyboard
* Recording of keys and timing
* Playback of recorded keyinputs
* Send keys based on strings
* Hacking stuff
* Memory scanning and editing
* Address chaining
* Data structure analysis
* Windows API hooking
* Direct-X
## How to install
You need **python 3.6**
And the packages in the **requriement.txt** files.
On top of that you need openCV for python.
Precompiled files can be found here: [http://www.lfd.uci.edu/%7Egohlke/pythonlibs/#opencv](http://www.lfd.uci.edu/%7Egohlke/pythonlibs/#opencv)