Skip to content

sudo-arash/GUI-DNS-changer-for-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI-DNS-changer-for-linux

simple GUI DNS changer for linux with PyQt5

tested with linux "mint and ubuntu"

Installation

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

Screenshots

How add launcher for linux

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

About

simple GUI DNS changer for linux with PyQt5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%