Project Specifications: Automated CMD Tool I want a CMD-based program (no graphical interface) with the following functionality: 1. Configuration (config.py) The program should use a config.py file containing 11 accounts of my game game, each with a username and password. Each account must be assigned a unique IP address (the IP cannot be repeated across accounts). 2. User Input & Startup When the program is launched, it should prompt the user for two pieces of information: Target Room: The name of the room where all accounts will go upon logging in. Example: If I enter *room1, all accounts should automatically execute the command /room *room1 Target User: The nickname of the player to be banned. Example: adrian#8912. 3. Execution Logic Once the accounts have logged in and moved to the specified room, they must perform the following actions: Command Execution: Each account will type the command /ban [nickname]. Timing: To avoid detection or rate-limiting, the accounts should not execute the command simultaneously. There should be a random delay of 1 to 2 seconds between each account’s command. Speed: Despite the small delays, the overall process should be optimized for high speed. 4. Feedback & Confirmation The program must provide a confirmation message for each ban command sent. Once all 11 accounts have finished executing the command, a final message should appear stating that the process has been successfully completed. when someone is banned from the room, theres a message saying so in the chat Once its done there will be a loop it will ask again until you say no, "do you want to ban someone else" yes or not If yes it asks for the room again and the user You can use what you learnt from the previous project show a message of "OK" once the acc is correctly logged You can use proxifier To ban someone from a room it requires 10 or 11 bans if im right in order to ban it requires certain time played in the account, I have 13 accounts here, you only need 10 or 11 im not completely sure feel free to replace one if it doenst work I need to be able to use this bot in every pc and be able to modify the code, and also we able to send to someone just the .exe (bot) So he cant know the code behind it