- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 87字
- 2021-07-08 10:34:06
Getting started
In order to create a recipe with cross-platform support, we have elected to use the pyscreenshot module. This module relies on a few dependencies, specifically the Python Imaging Library (PIL), and one or more backends. The backend used here is the WX GUI library. All three of these modules can be installed with pip:
pip install pyscreenshot==0.4.2 pip install Pillow==4.2.1 pip install wxpython==4.0.0b1
To learn more about the pyscreenshot library, visit https://pypi.python.org/pypi/pyscreenshot.
All other libraries used in this script are present in Python's standard library.
推薦閱讀
- Apache Karaf Cookbook
- Haxe Game Development Essentials
- SQL 經典實例
- Python函數式編程(第2版)
- Python青少年趣味編程
- 跟戴銘學iOS編程:理順核心知識點
- Visual Basic 程序設計實踐教程
- HTML5游戲開發實戰
- 大規模語言模型開發基礎與實踐
- Oracle SOA Suite 12c Administrator's Guide
- 讀故事學編程:Python王國歷險記
- 虛擬現實:引領未來的人機交互革命
- Pandas入門與實戰應用:基于Python的數據分析與處理
- Elasticsearch實戰(第2版)
- Neo4j High Performance