Python Python plyer macOS Screenshotを取得する hawk 2021-12-06 / 2021-12-06 インストールはこちらを確認。 サンプルコード macOSでメインのウィンドウのスクリーンショットを保存する。保存先は、screenshot.file_pathで確認できる。 from plyer import screenshot screenshot.capture() print(screenshot.file_path)