pizzabot icon indicating copy to clipboard operation
pizzabot copied to clipboard

Port to python3

Open MathiasDPX opened this issue 2 years ago • 0 comments

I replace primary functions (screenshot, move_to, slide_to, click_at, drag_drop) with pyautogui functions --- That mean no more win32api, win32com

Replace some rgb_dist with pag.pixelMatchesColor (pag is for pyautogui) Replace xrange to range Modify the error handler to make it more understandable

Remove cli functions (it can be reverse) Remove timeout from wait_for()

Add support for loading menu between days (check_continue function) Screenshot_1

MathiasDPX avatar Nov 19 '23 16:11 MathiasDPX