A simple, lightweight web browser built using Python and PyQt5. This browser includes basic navigation features, bookmarking functionality, and a user-friendly interface.
- Back and Next Buttons: Navigate to the previous or next pages in your browsing history.
- Refresh Button: Reload the current page.
- Home Button: Return to the default homepage (
https://www.google.com). - URL Bar: Enter a URL to navigate to any website.
- Bookmarking: Save your favorite websites for quick access.
- Show Bookmarks: View a list of all bookmarked websites.
- Python 3.x
- PyQt5
- PyQtWebEngine
- Clone or download the repository.
- Ensure Python is installed on your system.
- Install the required libraries:
pip install PyQt5 PyQtWebEngine