A custom web browser built with PyQt5 and QtWebEngine, featuring a modern interface and advanced functionalities.
- Custom New Tab Page: With a search bar and quick links.
- Tab Grouping: Color-code tabs for organization.
- Incognito Mode: Browse privately with no history or cache.
- Extensions: Load custom JavaScript extensions.
- Developer Tools: Built-in inspector for debugging.
- Dark Mode: Sleek, eye-friendly interface.
- Bookmarks & History: Save and revisit pages (non-incognito only).
- Python 3.6+
- PyQt5 (
pip install PyQt5) - PyQtWebEngine (
pip install PyQtWebEngine)
- Clone the repository:
git clone https://github.com/colloceo/collins_browser.git cd collins-browser - Install dependencies:
(Create a
pip install -r requirements.txt
requirements.txtwithPyQt5andPyQtWebEngineif you include it.) - Run the browser:
python main.py
- Open new tabs with Ctrl+T or the "+" button.
- Right-click tabs for grouping or closing options.
- Use Ctrl+Shift+I for Developer Tools.
- Load extensions via the "Tools" menu.
Available for download and testing via GitHub Releases. Note: Windows only (.exe).
Feel free to fork, submit issues, or send pull requests!
MIT License