So you want to play Broadway? Follow these instructions.
After you have all of those, you can download Broadway itself. Download and unzip the package. If you're on unix or mac, you'll simply need to run from inside the directory:
python broadway.py
If you're on a windows machine, you'll want to use the "run.bat" file provided.
Depending on your system, you may need to modify line 145 of "constants.py".
processes['espeak']= r"C:\Program Files (x86)\eSpeak\command_line\espeak.exe";
This line tells Broadway where your installation of eSpeak is; you may need to modify it.