thakur2309/phonextract — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python command line tool called PhoneXtract that lets someone enter a phone number in full international format and then shows basic public information about it.

It should check if the number looks valid, show the country or region, approximate state or city if available, carrier name, phone type, time zone, national format, international format, country code, area code or prefix details, and a few placeholder sections for spam reports, risk score, and breach info. Make it clear in the output that this is only prefix based information, not live GPS tracking, and that carrier or location details may be outdated.

Keep it easy to run on Windows, Linux, Kali, Ubuntu, and Termux. Include a requirements file and a clear README with install and run steps. Use Python and the phone number parsing library if needed. Make the terminal output clean and friendly for beginners.

Want more depth? Deep Reverse