# PyQt5BrowserBuild **Repository Path**: yurs/PyQt5BrowserBuild ## Basic Information - **Project Name**: PyQt5BrowserBuild - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-17 - **Last Updated**: 2024-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyQt5 Simple Web Browser ![Screenshot](./browser_screenshot.jpg) A tabbed browser created by me with Python, PyQt5 module with a bunch of features. Tested on: Python version: Python 3.9 (64 bit) PyQt5 version: 5.15.4 ### Install dependencies ``` python -m pip install -r requirements.txt ``` ### Run python file ``` python main.py ``` ### Some features: - Work with multiple tabs. Double click on tab bar to open a new - Search Google right from the address bar - Open local files - save webpages as html - Save as pdf - Print webpages - Copy site url to clipboard feature - Paste and go feature - Customize default search engine, startup page and new tab page