noob-hackers/ipdrone — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python tool for Termux on Android that lets me enter an IP address and see the public lookup details for it in a beginner friendly way. I want it to run from one file and work on both rooted and non rooted Android devices in Termux. The main use case is running something like python ipdrone.py -v 8.8.8.8 and getting a clean terminal output with the IP info, approximate location, address details if available, and accuracy or confidence style info from public sources.

Please keep it very easy to use, with a simple scan style flow, clear messages, and basic error handling for bad IPs or no internet. Make it feel friendly for beginners and include the install and run steps for Termux in the README. If anything in the original repo is outdated, look up current docs online if you need to and make it work cleanly today. Also add a short educational use only note.

Want more depth? Deep Reverse