/ip_checker_systemtray_app

Python based system tray app that checks your IP address.

Primary LanguagePython

IP Checker Systemtray app

  • Uses pystray to show an icon of IPinfo.io on the Windows system tray
  • If you click on the icone an API call is made to IPinfo. No token needed.
  • You can set up VPN detection via IP country. The section is uncommented at line 18. You can also set that using your original IP address.
  • Install the requirements via pip install -r requirements.txt
  • Recommend running the program with pyw
  • Exit: Left click to get menu and exit.

IP Checker Systemtray app

Thanks to: NeuralNine for their video: System Tray Icon in Python