Everything you need is on the zip called : StandAlone.zip
The programs won't work if you don't play in full screen + 1920x1080 pixels
Once the programs detect that the red cursor is inside the blue part. The model will be called and asked to recognize what is the letter in the middle of the screen. Once the letter has been predicted (it's not 100% probability), it will press in your game the corresponding touch after 0.1 seconds.
The program need your game to be ALWAYS on screen. For the moment, it's better if you have two screens. One screen with your game, and another one with
You need to have Python installed on your computer and in path. Here is the installer : https://www.python.org/downloads/windows/ You will have to click on the box add to path
You can start the program by launching the launch.bat file.
You may have a warning message from Windows defender poping on screen. It's normal, no the programs should normaly not harm your computer. The warning is because i'm not an official developper.
Once you launched the program, he is waiting for you to press Enter. Then it will auto click when needed.
If you want to stop the program press Escape during 1 secondes. It should stop.
I made just for you : InstallMissingLibs.bat, just launch it and it will install all the libs you need.
- Python installed in your machine + In PATH
- Torch library
- torchvision
- opencv-Python
- PIL
- numpy
- shapely
- pillow
- pyautogui
- pygetwindow
- keyboard
- main.py
- Scanner.py
- lib/CaptureEcran.py

