WIME

March 9, 2026 ยท View on GitHub

WIME is a cross-platform Wi-Fi profile inspection tool for Linux, Windows, and macOS.

It has been updated for Python 3.10+ and now includes cleaner command handling, safer output saving, and improved menu flow.

Features

  • Python 3.10+ compatible codebase
  • Interactive menu for Linux, Windows, and macOS
  • Profile details output and optional save-to-file
  • Better error handling and command output parsing

Requirements

  • Python 3.10 or newer
  • OS-specific tools:
    • Linux: NetworkManager profiles under /etc/NetworkManager/system-connections
    • Windows: netsh
    • macOS: airport and security

Installation

git clone https://github.com/anburocky3/wime.git
cd wime

Optional Linux global install:

sudo cp wime.py /usr/local/bin/wime
sudo chmod +x /usr/local/bin/wime

Usage

Run locally:

python wime.py

Or, if installed globally on Linux:

wime

Screenshot Placeholders

Replace these placeholder images with real screenshots from your environment.

Main Menu Placeholder

License

This project is licensed under MIT.

See the full license text in LICENSE.

Questions and Support