Skip to content

Vdem07/Simple-PyQt5-browser

Repository files navigation

Simple PyQt5 browser

This is a simple web browser built using PyQt5 and Python. It supports multiple tabs, basic navigation features such as back, forward, reload, home, and stop, and allows users to browse the web with ease. The project uses the QWebEngineView widget from PyQt5.QtWebEngineWidgets to display web pages.

Features

  1. Multiple Tabs: Open and manage multiple tabs.
  2. Navigation Controls: Back, forward, reload, and home buttons for navigation.
  3. URL Bar: A URL bar to enter website addresses.
  4. Close Tabs: Close tabs with a single click.

Usage

  1. To open a new tab, double-click on the tab bar or click the "New tab" button.
  2. To navigate, enter a URL in the address bar and press Enter.
  3. Use the "Back", "Forward", "Reload", and "Stop" buttons for navigation.
  4. Click the "Home" button to return to the homepage.

Screenshots

image

image

Requirements

Operating System: Windows 10 or higher.

Download and run

If you want to run the browser from the source code, follow these steps:

  1. Clone the repository:
git clone https://github.com/yourusername/Simple-PyQt5-browser.git
cd Simple-PyQt5-browser
  1. Run the compiled browser.exe file from the repository on a Windows 10 or newer machine.

License

This project is licensed under the MIT license.

About

A simple web browser created using the PyQt5 framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published