Very simple web page viewer in Python
This program needs 'PyQt5' for its UI
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")>