FDX100/Auto_Tor_IP_changer ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python tool that can automatically change my public IP address using Tor.

I want it to be easy to set up, with an install script if needed, and a main script I can run from the terminal. The app should check that Tor is installed, help set up anything missing, and then let me choose how often it should request a new Tor identity and how many times to repeat it, including the option to keep changing forever.

It should be straightforward for someone non technical to use, with clear prompts and messages in the terminal, and it should also tell me what proxy settings to use in my browser, like the local Tor SOCKS address.

If you need to look up current Tor or Python library docs online, go ahead and do that.