revision to browser
There is still some bugs to work out, most of which are with my hardware but testing will continue.
Simple Browser
A simple web browser built using PyQt5. Features
Navigation bar with back, forward, and refresh buttons Address bar to enter URLs Webview to display web pages
Requirements
pip install PyQt5
Usage
To run the browser, open a terminal and navigate to the directory containing the script, then enter the following command:
python3 browser1.py
The browser window will open, and you can use the navigation bar and address bar to browse the web. Customization
You can customize the appearance and behavior of the browser by modifying the code in the Browser class.
For example, you can change the background color of the window or add additional buttons to the navigation bar. Credits
This browser was built using PyQt5, a set of Python bindings for the Qt cross-platform application framework. License
This project is licensed under the MIT License.