Web Browser is a basic web browser application built using PyQt5. It provides a simple interface to navigate web pages and supports common functionalities such as loading URLs and navigating back.
- Web page navigation: Load URLs, navigate back to the previous page.
- URL validation: Validate URLs entered in the URL bar.
- User-friendly interface: Simple toolbar with a URL bar and a back button.
- Python 3.x
- PyQt5
- The web browser application was developed using PyQt5, a Python binding for Qt, created and maintained by The Qt Company.