Scripts: Add links to HTML pages
I had a large PDF file with hundreds of pages. I exported it to HTML for better reading, however the pages were not linked, and it was completely inefficent for me to read or browse the HTML book without creating and adding Previous and Next links. The solution? I created this python script to add the links to the HTML pages.
-> Add links to HTML
Popularity: 33% [?]
Scripts: Generate a URL list
Some of the uses here may be very limited, but if a script can do it, then why do it by hand! The idea here is to create a sequential url list based on specific input. I also have a link to a zip archive, you can download it and run it without installing python.
-> Generate URL list
Popularity: 26% [?]
Scripts: Converting FLAC to MP3
Here is my first published script.
-> Convert flac to mp3
Popularity: 26% [?]