Skip to content

codecomets/Python-Web-Browser-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A basic web browser built using Python and the PyQt5 library, having more features than the previous release.

Topics

Resources

License

Stars

Watchers

Forks

Languages