Web Browser GUI is a PyQt5-based web browser application with a tabbed interface for browsing the web.
- Tabbed browsing
- Navigation controls (Back, Forward, Reload, Stop, Home)
- URL bar for navigation
- File operations (Open, Save)
- Printing capabilities
- Secure and insecure connection indicators
python -m venv venv
source venv/bin/activate # On Windows use venv\Scripts\activate
pip install -r requirements.txt
python main.py