Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 570 Bytes

File metadata and controls

25 lines (18 loc) · 570 Bytes

pymacauto

A wrapper written in python for several automation libraries alongside custom functions to create a all-in-one library for complex macros

Requirements

  • Platform: MacOS 10.15 and later
  • Python: 3.8/3.9/3.10

Permissions

In the system settings -> Privacy and Security, ensure that your code executor has the following permissions:

  • Screen Recording
  • Accessibility

Documentation

readthedocs.io

Dependencies

  • Pyscreeze
  • Pyautogui
  • EasyOCR
  • Numpy
  • MSS
  • opencv-python (cv2)