Skip to content

star-inc/blink2png

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blink2png

Version License Python

To take snapshot of web pages using Blink Engine and Qt5

What is the Blink Engine

This is a browser engine from Chromium Project by Google.

It is used in Chrome and more the Chromium Core Projects.

Requirement

python >= 3.7
PyQt >= 5.13
PyQtWebEngine >= 5.13

Installation

Important: Must upgrade pip to latest version prevent from error while installing PyQt5

Debian/Ubuntu

  • Add following packages: apt-get install libqt5core5a python3-pip

Automated Installation via pip

  • Install blink2png: pip3 install blink2png

Manual Installation via Git

  • 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

Usage

  • For help run: blink2png -h

Thanks for

(c) 2020 Star Inc.