This is a tool for using the speed chat UI in ToonTown to say tricks for your doodle to perform. This was made for educational purposes and to get a better understanding of Python and these libraries.
Must be on a Windows-based operating system. Python3 is necessary for this to work.
Find the files in your downloads folder and extract the files.
Open the new folder, [Shift + Right Click] on a blank space in the folder, and open with PowerShell.
You should see something like: C:\Users\user\Downloads\doodleTrainer
and if so you are ready to move on.
Install venv.
pip3 install virtualenv
Create a virtual Environment.
python3 -m venv venv
Activate virtual Environment.
venv\Scripts\activate
After you are done using the script you can leave the Virtual Environment with this command.
deactivate
The dependencies need to be downloaded for this to work properly.
pip3 install -r requirements.txt
python3 doodleTrainer.py
I recommend that you do all the following to have the best experience with this tool.