asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

Switch dependency pygetwindow to pywinctl? #786

Open user202729 opened 1 year ago

user202729 commented 1 year ago

As in the title. pygetwindow only support Windows (at the moment), while pywinctl supports all operating systems and is actively maintained.