You are on page 1of 2

(Annexure-1)

SYNOPSIS
Technovation (Session: Aug - Dec, 2021)
(Computer Science and Engineering)
Project Title:Web Browser in Python

Technical Specification:
● Laptop
● Python 3.9.5
● Visual Studio code
● PyQt5
● PyQt5 .QtWidgets
● PyQt5.QtWebEngineWidgets

Abstract:

In this Project I creating Web Browser using Python module PyQt5. PyQT is a widely used module which is
used to make GUI applications with much ease.

Search Engine: It is used to search the required information from the World Wide Web using a web browser. It
actually allows us to search the internet.

Web Browser: It is used to access the World Wide Web / Internet. 

Our python web browser will have the following features:

  A Previous Button: to navigate to the previously visited site.

  A Next Button: to navigate to the next visited site.

  A Refresh Button: to reload the current site.

  A Search Bar: to load the entered URL.

 A home button: to navigate back to home.

Prerequisites to create a web browser


To install the required libraries, please use pip installer from the cmd prompt/Terminal:

To install pyQT5:

pip install PyQt5

To install pyQtWebEngine

pip install PyQtWebEngine

Scope & Objective:

This Project have good scope in future because it consume less RAM than all present web browsers.

Guide Name & Signature:

Group Members:
(Maximum Members can be 3)

S.No. UID Name Course/Branch Semester Signature

1. K18327 Tushar Jain CSE 5th Tushar

You might also like