- 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.
推薦閱讀
- JBoss Weld CDI for Java Platform
- JavaScript百煉成仙
- Spring 5.0 Microservices(Second Edition)
- Mobile Application Development:JavaScript Frameworks
- Mastering Selenium WebDriver
- 趣學Python算法100例
- R語言編程指南
- Learning OpenStack Networking(Neutron)(Second Edition)
- Mastering Business Intelligence with MicroStrategy
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Node學習指南(第2版)
- 案例式C語言程序設計實驗指導
- Qt5 C++ GUI Programming Cookbook
- Python入門很輕松(微課超值版)
- Advanced Python Programming