Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 448 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 448 Bytes

Simple MP3 Player

Demonstrating how to make really simple MP3 player using a flask webserver and generating an HTML file

Installing

Install Python and Flask using pipenv

Just Python is needed for the server side generator

Using Flask

main.py uses flask to create a webserver that returns an HTML page containing a list of MP3 links

ssg.py writes an HTML file in the dist directory