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

Feature: delay setting on screenshot() #760

Open asweigart opened 1 year ago

asweigart commented 1 year ago

A delay setting (or something similar) on screenshot() would allow people to set up their scripts by calling screenshot() from the repl, minimizing the repl window, let the screenshot happen, and then continue on. Maybe have some automatic naming feature as well? Maybe this would be better for a tool.

earonesty commented 1 year ago

is this lib maintained anymore? lots of pr's up. maybe appoint a couple new maintainers over at pypi so we don't have to fork? https://github.com/asweigart/pyautogui/pull/582 seems like a lot of people want to help out, jus need to add them so they have permission