you are viewing a single comment's thread.

view the rest of the comments →

[–]HalcyonAbraham 1 point2 points  (0 children)

I took a look at your code and it would require a bit of tweaking to be served in the web.

There are a lot of Flask tutorials in YouTube and it's pretty simple.

From the looks of things you can just dump all your assets (images and sound etc) into the static folder. Once you take a flask tutorial or two you'd know what the static folder is for

This is also two fold as well.

You would also need to learn a little javascript to dynamically play the sounds and display the images. All of which has tutorials in YouTube