notes/snippet/python/auto_job.py

7 lines
90 B
Python

import pyautogui
import tesseract
import PIL.ImageGrab as ImageGrab
def main():
pass