Skip to content

This is a GUI Based Web Browser Using PyQt5 & PyQtWebEngine Modules.

Notifications You must be signed in to change notification settings

sagargoswami2001/Simple-Web-Browser-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Browser Using Python

  • This is a GUI Based Web Browser Using PyQt5 & PyQtWebEngine Modules.

Install Dependencies:

pip install PyQt5
pip install PyQtWebEngine

User Manual:

Warning: The Bookmark system has proven to only work on windows. Users of these operating systems should simply download the “Browser_NB.py” file to their wanted directory.

The recommended installation procedure is to copy the "Python Browser" folder to anywhere though the documents folder is recommended. Then open the folder, right click on “Web_Browser.py” and click “Create Shortcut”. This should create a shortcut file in the directory, simply move this shortcut to your desktop and everything should be set up.

Opening the program presents you with a website, a search bar, and two menus.

  1. The Browser opens to your start page which can be changed

  2. The search bar is not google, use it only when you have the FULL address of the web page you are looking for

  3. The top, white menu contains your bookmarked pages as well as the ability to change your preferred Start and Search pages

  4. The bottom gray menu contains many basic functions like Forward, Back, and Reload but also links to your Start and Search pages as well as a link to the github of this programs original creator

  5. Start, Search, and all Bookmarked pages default to the google homepage

  • Creator: sagargoswami2001

  • Contributors: Geoffrey-Hash