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.45k stars 1.26k forks source link

Enable use on BSD distros. #793

Open chriswells0 opened 1 year ago

chriswells0 commented 1 year ago

I only tested this on FreeBSD, but I added a broad match for any BSD. If you'd prefer a specific match for FreeBSD, just let me know. It seems safe enough to allow any BSD to use it, though.

chriswells0 commented 8 months ago

This is a very simple change. Any chance of getting it merged?