PranavGajjar0305/WifiJammer ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python app for checking my own WiFi network and nearby devices in an authorized lab setup.
I want both a simple command line version and a basic desktop window, where I can enter my wireless adapter name, scan for nearby access points and connected devices, and show the results in a clean table. It should feel easy to use, with a button to rescan, and clear status messages while it is working.
If you need to, look up the current docs for the WiFi tools and make it work with standard Python libraries plus the external security tools already used by projects like this. Keep it focused on network discovery and monitoring, and make the interface friendly for someone who is not very technical.
Are you gonna build this?
make sure you review the code using coderabbit