0% found this document useful (0 votes)
66 views2 pages

Synopsis: Technovation (Session: Aug - Dec, 2021)

This document provides a summary of a student project to create a basic web browser using Python and the PyQt5 library. The project will include functionality for previous/next buttons, refresh, search bar, and a home button. Creating the browser requires installing PyQt5 and PyQtWebEngine using pip. The goal is to build a lightweight browser that uses less RAM than popular existing options. The project abstract was reviewed and approved by a guide.

Uploaded by

Tushar Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views2 pages

Synopsis: Technovation (Session: Aug - Dec, 2021)

This document provides a summary of a student project to create a basic web browser using Python and the PyQt5 library. The project will include functionality for previous/next buttons, refresh, search bar, and a home button. Creating the browser requires installing PyQt5 and PyQtWebEngine using pip. The goal is to build a lightweight browser that uses less RAM than popular existing options. The project abstract was reviewed and approved by a guide.

Uploaded by

Tushar Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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