Skip to content

PythonShinobi/web-browser-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Browser GUI

Web Browser GUI is a PyQt5-based web browser application with a tabbed interface for browsing the web.

Features

  • Tabbed browsing
  • Navigation controls (Back, Forward, Reload, Stop, Home)
  • URL bar for navigation
  • File operations (Open, Save)
  • Printing capabilities
  • Secure and insecure connection indicators

Set Up a Virtual Environment

python -m venv venv source venv/bin/activate # On Windows use venv\Scripts\activate

Install Dependencies

pip install -r requirements.txt

Run the Application

python main.py

About

Web brower gui created using PyQt5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages