Python

Python plyer macOS Screenshotを取得する

インストールはこちらを確認。

サンプルコード

macOSでメインのウィンドウのスクリーンショットを保存する。保存先は、screenshot.file_pathで確認できる。

from plyer import screenshot


screenshot.capture()
print(screenshot.file_path)