Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 424 Bytes

File metadata and controls

13 lines (10 loc) · 424 Bytes

Python-Browser

Very simple web page viewer in Python

Requirements

This program needs 'PyQt5' for its UI

Usage

Open a terminal window and browse to the folder with simpleWebViewer.py
run <python ./simpleWebViewer.py 'http://example-url.com'>
A window will open to show the chosen page

This can be called from another python program by using
<os.system("python simpleWebViewer.py "http://example-url.com")>