GUI URL Blocking Application written in Python language. Cross Platform Interoperable URL Blocking and Unblocking
Install Git Clone and Python3
Github Package Must Be Installed On Your Device.
sudo apt install git -y
Python
sudo apt install python3 -y
----------Required Libraries----------
Tkinter
sudo apt-get install python3-tk
ttkthemes
pip install ttkthemes
https://fatihonder.org.tr/python-ile-url-disabler-url-engelleyici-uygulamasi/
Install url_disabler
sudo git clone https://github.com/cektor/url_disabler.git
cd url_disabler
python url.py
or
python3 url.py
NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
pyinstaller --onefile --windowed url.py
Windows VSCode Terminal
pyinstaller --onefile --noconsole url.py
MacOS VSCode Terminal
pyinstaller --onefile --noconsole url.py
Download and Run According to Your Operating System from the Link