Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 755 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 755 Bytes

Python-Web-Browser-2

A basic web browser built using Python and the PyQt5 library.

Installation

You will need to have Python and PyQt5 installed on your machine.

  1. Clone the repository
git clone https://github.com/codecomets/Python-Web-Browser.git
  1. Install the required libraries
pip install PyQt5
  1. Run the browser
python browser.py

Features

  • Loads the Google homepage by default when started.
  • Has a default title.
  • Tabs Added
  • Window closes if all tabs are closed
  • Change Title & Logo of the tab depending on the current page's Title & Logo
  • You can add more features as per your requirement

License

This project is licensed under the MIT License - see the LICENSE file for details.