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:
python browser.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.
Making a browser that is lite weight, fast, and does not track history. I may try to make it for privacy and eventually make it secure.
I feel its time to make something great and keep it that way.
I'm running this in PyCharm until I figure everything out, this is a new project in a new programming language for me.