Python Forum

Full Version: Audiovisual resources
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm working on a project and I need to add some audiovisual features.
What should I do if I wanted to make a cartoon appears and "say" something?
Let say I'm building a program where you place some answers and depending on the result, you will have a message. I would like this message to be in audio while the user can see a cartoon in the screen. 

I want something like this:

Type your name: Eddy
It responds Funny name (While a cartoon appears on the screen laughing).
It's like a random quote generator, but with audio and visual.

Thanks in advance.
What have you tried so far?
Anything so far.
I'm still working on the other aspects of the project.
Programming is a new thing for me so I'm still in the research phase, gathering information and this one seems to be the most tricky at least for someone that is still learning the basics.
pygame has modules for both audio and displaying things to the screen.
I will try this, thanks.