asweigart / pyscreeze

PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3.
BSD 3-Clause "New" or "Revised" License
194 stars 96 forks source link

Support for async #100

Open engFelipeMonteiro opened 1 year ago

engFelipeMonteiro commented 1 year ago

I think that could have async functions prepared for async/await archtecture.

and for faster performance, it could accept others formats, in mac os the .tifff is faster than .png

subprocess docs