Skip to content

Aoriseth/Python-Browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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")>

Releases

No releases published

Packages

No packages published

Languages