simple GUI DNS changer for linux with PyQt5
tested with linux "mint and ubuntu"
git clone https://github.com/mrmoein/GUI-DNS-changer-for-linux.git
cd GUI-DNS-changer-for-linux/
pip3 install pyqt5
sudo python3 dns.py
add DNS-Changer.desktop
to your ~/.local/share/applications
directory and paste this into it
[Desktop Entry]
Name=DNS Changer
Exec=pkexec python3 /path/to/directory/GUI-DNS-changer-for-linux/dns.py
Comment=
Terminal=false
Icon= /path/to/directory/GUI-DNS-changer-for-linux/dns-logo.png
Type=Application
note: replace /path/to/directory
with current application path