Installation
WiFi-Lab Controller supports Linux distributions such as:
Kali Linux
Parrot OS
Ubuntu
Debian
Raspbian (Raspberry Pi)
Requirements
Install system dependencies:
sudo apt update
sudo apt install python3 python3-tk \
aircrack-ng hostapd dnsmasq network-manager xdg-utils
Optional (Raspberry Pi users):
sudo systemctl enable NetworkManager
sudo systemctl start NetworkManager
Install from PyPI
pip install wifilab
If your distribution blocks system installs (PEP 668), use:
python3 -m venv venv
source venv/bin/activate
pip install wifilab
Or with pipx (recommended):
pipx install wifilab
Run the application:
wifilab