porridge / bambam

keyboard mashing and doodling game for babies and toddlers
GNU General Public License v3.0
70 stars 35 forks source link

Alphabet Audio files in any language - Python script #135

Open martinandersen3d opened 3 weeks ago

martinandersen3d commented 3 weeks ago

I and ChatGpt have made a little script in python that will make Google read and save each letter/number to a file.

The main.py script is here:

https://github.com/martinandersen3d/BamBamDanishLanguage

Maybe it is something you can use for your project :-)

porridge commented 3 weeks ago

Wow, this is awesome! Especially given this is easily generalisable to any language supported by gTTS!

The legal implications of LLM-authored code and gTTS-generated sounds are not clear to me though, so I'm not sure I can just copy this over to my repo. 😟

But it you could come up with easy to use instructions for downloading and using your extension, I could probably add those to bambam 's docs.

Perhaps in the future this could evolve into built-in support for using any third-party extension? 🤔