thecmdguy/Ducky โ€” GitHub Repository Preview
Networking โ˜… 487 Python

thecmdguy/Ducky

by @thecmdguy ยท

487 Stars
35 Forks
2 Issues
Python Language

Ducky is a powerful, open-source, all-in-one desktop application for network engineers, students, and tech enthusiasts. Built with Python and PySide6, it combines essential networking utilities into a single graphical interface including subnet calculator, port scanner, DNS lookup, ping tools, and more. Designed to simplify everyday network troubleshooting and learning with an intuitive GUI.

thecmdguy
@thecmdguy Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/thecmdguy/Ducky.git

Quick Start Example

bash
# Install dependencies
pip install PySide6

# Clone and run
git clone https://github.com/thecmdguy/Ducky.git
cd Ducky
python main.py

# Features:
# - Subnet Calculator
# - Port Scanner
# - DNS Lookup
# - Ping Tool
# - Network Interface Info

Tags

#networking#gui#python#desktop-app#network-tools

Related Projects