Skip to content

Shivam-Shubham/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")>

About

Very simple web page viewer in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%