Author: Bocaletto Luca
Language: Python
A simple web browser application built using Python and PyQt5.
- Navigate to websites by entering URLs or search queries.
- Back and forward navigation.
- Reload the current page.
- Set DuckDuckGo as the home page.
- Advanced security and privacy settings to disable JavaScript and block third-party resources.
-
Clone the repository:
git clone https://github.com/yourusername/web-browser.git
Install the required dependencies:
pip install PyQt5
Run the application:
python BrowserWeb.py
A simple web browser application built using Python and PyQt5.
-
Enter a Website URL or Search Query: In the address bar, you can enter the URL of a website or a search query and then press Enter to navigate to the desired page.
-
Navigation Buttons: Use the back and forward buttons to navigate through your browsing history, allowing you to easily revisit previously viewed pages.
-
Reload Button: Click the reload button to refresh the current page, ensuring you have the latest content.
-
Home Button: By clicking the home button, you will return to the home page, which is set as DuckDuckGo by default.
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.