Skip to content
/ IPTray Public

System tray app that lets you discover your network addresses and hostname

Notifications You must be signed in to change notification settings

elig0n/IPTray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

System tray app that lets you discover your network addresses and hostname

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages