arcygarcy / doodleTrainer

toontown doodle trainer
0 stars 1 forks source link

ToontownRewritten Doodle Trainer V4

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.

Prerequisites

Must be on a Windows-based operating system. Python3 is necessary for this to work.

Download Files via Releases Tab

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.

Virtual Environment(Optional)

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

Install Dependencies

The dependencies need to be downloaded for this to work properly.

pip3 install -r requirements.txt

Start Script

python3 doodleTrainer.py

Best Practices

I recommend that you do all the following to have the best experience with this tool.