wireless
wardriving
WiGLE CSV Converter
Standalone Windows program that converts a WiGLE CSV export into a CSV file ready to paste into my Wigle Analysis Excel template or into NetPlot.
February 2026
published
About This Project
Standalone Windows program that converts a WiGLE CSV export into a CSV file ready to paste into my Wigle Analysis Excel template (download via Github page). It adds vendor names by looking up MAC addresses (OUI) against the hdm/mac-tracker IEEE OUI database.
Requirements
Windows (tested on Windows 10/11)
Python 3.8+ (uses only the standard library; no pip packages required)
Internet connection on first run (to download the OUI database; then cached locally)
Requirements
Windows (tested on Windows 10/11)
Python 3.8+ (uses only the standard library; no pip packages required)
Internet connection on first run (to download the OUI database; then cached locally)
Project Gallery
Key Features
Reads a WiGLE CSV export (skips the app metadata line, uses the header row).
Loads the MAC vendor (OUI) database.
On first run: downloads oui.csv from mac-tracker data/ieee and saves it as oui_cache.csv.
On later runs: uses oui_cache.csv so no network is needed.
Looks up the first 6 hex digits (OUI) of each MAC address and fills in the Vendor column.
Outputs a CSV with columns matching an Excel template.
Project Information
Duration
1 week
Team Size
1
Status
Published
Technologies Used
Python
Platforms
Windows
Downloads
Download File
WiGLE_CSV_Converter.7z
11.57 MB