Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 505 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 505 Bytes

IPTray Icon IPTray

System tray app that lets you easily find your internal and external IP and hostname.

Features

  • Hover balloon that shows external IP, external hostname and internal IP.
  • Right-click menu actions to copy each.
  • Left clicking on the tray icon refreshes information.

Implementation

  • Written for Windows OS using win32api with Python.
  • Uses ipify API for retrieving the external IP and socket.gethostname() for the internal IP.