Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 451 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 451 Bytes

dir-to-html

Takes the contents of a directory and its sub-dirs, make an HTML page out of it.

I have a raspberry pi thats filled with videos and running NGINX. This script walks my media directory and generates a primitive webpage which hosts links to said media. Check the script's comments for more info on how it does it.

I'm currently learning Python and thought this would be a fun programming challenge that also solves a legitimate problem.