- 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.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Beginning Java Data Structures and Algorithms
- Magento 2 Theme Design(Second Edition)
- React Native Cookbook
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Interactive Applications Using Matplotlib
- Spring Boot企業級項目開發實戰
- Learning Apache Karaf
- Greenplum構建實時數據倉庫實踐
- Ubuntu Server Cookbook
- Java服務端研發知識圖譜
- Design Patterns and Best Practices in Java
- Microsoft Windows Identity Foundation Cookbook
- HTML5程序開發范例寶典
- Learning NHibernate 4