Skip to content

YagmurCemGul/simple-web-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Web Browser

The Simple Web Browser is a basic web browser built using Python and PyQt5. It provides a straightforward graphical user interface (GUI) to navigate through websites and browse the internet. The browser allows users to enter URLs, navigate back and forward, reload pages, and return to the default homepage.

Features

Basic web browsing functionality. Navigation buttons (Back, Forward, Reload, Home). URL bar for entering website addresses. Simple and easy-to-use user interface.

Prerequisites

Before running the web browser, make sure you have the following installed: Python 3.x PyQt5 PyQtWebEngine

Installation

Clone this repository to your local machine or download the source code as a ZIP file. Install the required dependencies using pip:

pip install PyQt5 PyQtWebEngine

Usage

To launch the web browser, execute the Python script:

python simple_web_browser.py

The web browser window will open, and you can start browsing the internet by entering URLs in the URL bar and using the navigation buttons.

Contributing

Contributions to this project are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

The Simple Web Browser was inspired by the desire to create a simple and educational Python project for web scraping beginners. It serves as a starting point for understanding how web browsers work and can be extended to include more advanced features.

About

Minimal PyQt5 web browser with URL bar, Back/Forward/Reload/Home controls, powered by PyQtWebEngine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages