This is a simple web browser created using PyQt5 in Python. The browser provides basic functionalities like navigating backward, forward, reloading, and navigating to a home page. Additionally, it allows users to enter a URL and visit the corresponding webpage.
- Navigation Buttons: Navigate backward, forward, reload, and go to the home page using the respective buttons.
- URL Bar: Enter a URL in the provided bar and press Enter to visit the webpage.
-
Requirements: Ensure you have Python and PyQt5 installed on your system.
-
Install Dependencies:
pip install PyQtWebEngine PyQt5- Run the Application:
python web_browser.py- Use the Web Browser:
- Click the navigation buttons to move backward, forward, or reload the page.
- Enter a URL in the URL bar and press Enter to navigate to the specified webpage.
These projects were made as part of practice by Guru Saran Satsangi in 2023.
-
Ownership: This project is the sole creation and property of Guru Saran Satsangi.
-
License:
- Permission is hereby granted to any person obtaining a copy of this software to use, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software.
- The software is provided "as is," without warranty of any kind, express or implied.
- In no event shall Guru Saran Satsangi be liable for any claim, damages, or other liability arising from, out of, or in connection with the software or the use or other dealings in the software.
- Attribution:
- Users of this software are required to provide attribution to Guru Saran Satsangi.
© 2022 Guru Saran Satsangi. All rights reserved.