A basic web browser built using Python and the PyQt library.
You will need to have Python and PyQt5 installed on your machine.
- Clone the repository
git clone https://github.com/codecomets/Python-Web-Browser.git
- Install the required libraries
pip install PyQt5
- Run the browser
python browser.py
- 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
This project is licensed under the MIT License - see the LICENSE file for details.