Skip to content

alexcambose/website-blocker

Repository files navigation

website-blocker

Build Status

Simple website blocker gui app built with Python and wxWidgets.

Installation and usage

Python 3.5+ required

Linux
pip3 install -r requirements.txt

For installing wxPython there is some additional setup needed: Official website, Some other (better) instructions

Running

You will need to run the script as superuser so that the script will be able to edit /etc/hosts file.

Method 1
cd website-blocker && ./run.sh
Method 2
cd website-bocker && sudo python3 index.py
Windows
pip install -r requirements.txt

Running

You will need to run the script as administrator.

Right click website-blocker/winbuild/Website blocker.exe and then select run as administrator.

Only tested on Linux and Windows machines

About

Released under the MIT License.