pizzabot
pizzabot copied to clipboard
Port to python3
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)