1hubert / genshin-dialogue-autoskip

A simple python script to automatically skip dialogue in Genshin Impact
MIT License
56 stars 25 forks source link

minor fixes ,batch file added #2

Closed Livour closed 1 year ago

Livour commented 1 year ago

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

1hubert commented 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!