https://github.com/skyghost090/web-private
Script for Block specific sites on linux
https://github.com/skyghost090/web-private
gui linux-gui security web
Last synced: about 1 month ago
JSON representation
Script for Block specific sites on linux
- Host: GitHub
- URL: https://github.com/skyghost090/web-private
- Owner: Skyghost090
- Created: 2024-07-08T23:18:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T01:23:41.000Z (about 1 year ago)
- Last Synced: 2025-01-31T06:47:00.473Z (about 1 year ago)
- Topics: gui, linux-gui, security, web
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Private
**Web-Private** is a simple yet powerful Linux application that helps you stay focused and protect your privacy by blocking access to specific websites for a user-defined period of time.
Whether you're trying to avoid distractions, limit social media usage, or just stay productive, **webprivate** gives you full control over which sites you can access — and when.
## ✨ Features
- 🔒 Block selected websites system-wide
- ⏱️ Choose how long each site stays blocked
- 🐧 Designed specifically for Linux systems
- 💾 Lightweight and efficient
## 🚀 Getting Started
### Prerequisites
- A Linux-based operating system
- Python 3.x (or your preferred scripting language, if applicable)
- PyQt Installed
- pyqt-toast-notification and toml (as root priveleges) installed with pip
- Root privileges (required to modify system hosts file)
### Installation
Clone the repository:
```bash
git clone https://github.com/Skyghost090/Web-Private.git
cd webprivate
./webprivate
```