Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 559 Bytes

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