Skip to content

A clean, responsive, and user-friendly WHOIS domain lookup tool built using Python's tkinter for GUI and the python-whois module for WHOIS queries.

Notifications You must be signed in to change notification settings

uttkarshsharma/PythonWhoisLookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•΅οΈβ€β™‚οΈ WHOIS Lookup Tool (Tkinter GUI)

A clean, responsive, and user-friendly WHOIS domain lookup tool built using Python's tkinter for GUI and the python-whois module for WHOIS queries.

This tool allows users to perform WHOIS lookups on domain names and displays structured results with auto-correction, error handling, and clipboard support.


✨ Features

  • βœ… Real-time WHOIS domain lookup
  • βœ… GUI interface (built with tkinter)
  • βœ… Auto-corrects common user typos (e.g., example,com β†’ example.com)
  • βœ… Detailed WHOIS result formatting
  • βœ… Highlights errors in red
  • βœ… Threaded background lookup (no UI freezing)
  • βœ… Copy results to clipboard with one click
  • βœ… Responsive layout with scrollable results
  • βœ… Supports Enter key to trigger search

πŸ”§ Requirements

  • Python 3.7+
  • Modules:
    • tkinter (comes with standard Python)
    • python-whois

Install dependencies with:

pip install python-whois

About

A clean, responsive, and user-friendly WHOIS domain lookup tool built using Python's tkinter for GUI and the python-whois module for WHOIS queries.

Topics

Resources

Stars

Watchers

Forks

Languages