Skip to content

codecomets/Python-Web-Browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Python Web Browser

A basic web browser built using Python and the PyQt 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.
  • Change Title & Logo 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 PyQt library.

Topics

Resources

License

Stars

Watchers

Forks

Languages