mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
89d71d7e16
PyScreeze can take screenshots, save them to files, and locate images within the screen. This is useful if you have a small image of, say, a button that needs to be clicked and want to locate it on the screen. Screenshot functionality requires the Pillow module. OS X uses the screencapture command, which comes with the operating system. Linux/FreeBSD uses the scrot command.
8 lines
378 B
Plaintext
8 lines
378 B
Plaintext
PyScreeze can take screenshots, save them to files, and locate images within
|
|
the screen. This is useful if you have a small image of, say, a button that
|
|
needs to be clicked and want to locate it on the screen.
|
|
|
|
Screenshot functionality requires the Pillow module. OS X uses the
|
|
screencapture command, which comes with the operating system. Linux/FreeBSD
|
|
uses the scrot command.
|