An open API service indexing awesome lists of open source software.

https://github.com/glomatico/ttr-sound-randomizer

A Python script for randomizing Toontown Rewritten sounds and generating a content pack to be used in the game.
https://github.com/glomatico/ttr-sound-randomizer

audio-randomizer randomizer sound sound-randomizer toontown toontown-rewritten ttr

Last synced: 2 months ago
JSON representation

A Python script for randomizing Toontown Rewritten sounds and generating a content pack to be used in the game.

Awesome Lists containing this project

README

        

# ttr-sound-randomizer
A Python script for randomizing Toontown Rewritten sounds and generating a content pack to be used in the game.

## Prerequisites
* Python 3.8 or later
* [Panda3D SDK](https://www.panda3d.org/download/latest)

## Execution
1. Clone/download this repository.
2. Install the package `pyyaml` using pip:
```bash
pip install pyyaml
```
3. Run the script:
```bash
python ttr_audio_randomizer.py
```
* The script will ask the location of the game files and will create the content pack at the same directory as the script.