Closed Livour closed 1 year ago
Thank you so much for contributing to this project!! 💚 💙 💜 💛 ❤️
These are all very thoughtful and needed changes.
the usage of windll crashed the program for me, returned a negative number for some reason so I used pyautogui(does the same thing)
I somehow missed the pyautogui.pixel(x, y)
function, it's certainly better suited for the job. I've also experienced some windll crashes before, get no crashes with your solution.
added batch file for easy execution of the program
Good idea!
the usage of windll crashed the program for me, returned a negative number for some reason so I used pyautogui(does the same thing)
the selection x,y range was inaccurate for me so I reduced it
moved the program to a standard main setup to allow further scale
added batch file for easy execution of the program