Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Browser

Introduction

This project , a browser where you can surf the internet.

Tech stack

The project is made using python.

Demonstration video - here is a view of the project :

bro.mp4

Install dependencies

  • install Python 3.8.3 or above
  • Further install these packages using terminal:
  pip install PyQt5 PyQtWebEngine

Quick start (how to run locally)

  • Clone this repository:
git clone https://github.com/abhijeet007rocks8/Dev-Scripts.git
  • Change directory:
cd Python
cd Browser
  • Find main.py and run it.