Sloth Web Documentation

Dock

Fork/Remix:

Open File

Not updating?

Overview

Sloth Web Browser is a lightweight, customizable web browser built with Python and PyQt5. Includes ad blocking, tab management, bookmarks, and downloads.

Installation

Download Installer
  • Run installer as Administrator
  • Python installs automatically if missing
  • Check "Add Python to PATH"
  • Creates bwsr folder + installs dependencies
  • Adds shortcuts

Launching

python bwsr.py

Features

Tab Management
Ad Blocking
Bookmarks
Download Manager
Theme Switching

Keyboard Shortcuts

Ctrl+T → New Tab
Ctrl+R → Reload
Ctrl+B → Bookmark
Ctrl+Shift+B → Show Bookmarks

Extensions

  • Extension Site
  • Download .js file
  • Place in C:\bwsr\extensions
  • Restart browser

Troubleshooting

Python Not Found
Install Python and add to PATH
Dependencies Fail
python -m ensurepip --upgrade
python -m pip install --upgrade pip
Shortcuts Not Working
Run installer as Administrator
Report Issue