To take snapshot of web pages using Blink Engine and Qt5
This is a browser engine from Chromium Project by Google.
It is used in Chrome and more the Chromium Core Projects.
python >= 3.7
PyQt >= 5.13
PyQtWebEngine >= 5.13
Important: Must upgrade pip
to latest version prevent from error while installing PyQt5
- Add following packages:
apt-get install libqt5core5a python3-pip
- Install blink2png:
pip3 install blink2png
- Install
git
- Clone the project:
git clone https://github.com/star-inc/blink2png.git
- Install with:
python3 blink2png/setup.py install
- If the requirements installation failed, satified with:
pip3 install -r blink2png/requirements.txt
- For help run:
blink2png -h
- Origin: All the contributors
- According License: GPL 3.0
(c) 2020 Star Inc.