Posts Tagged ‘Scripts’

Script to Download Fonts in Bulk From dafont.com

This item was filled under [ Uncategorized ]

Being into design related stuff since joining college, I’ve found it a necessity to maintain a decent font collection. In this post, I will share and explain the script which helped me to create my collection. What my script does is download fonts directly off a top 20 list of fonts from dafont.com, for each [...]

Continue reading...

Tagged with: [ , , , , ]

Script to Download TED Videos in Bulk

This item was filled under [ Uncategorized ]

I recently became addicted to TED Videos. This inspired me to create a simple python script which helps one download TED Talks in bulk. Here is the main part of the script. Scroll down for download link and usage instructions. #! /usr/bin/python   # Name: TED Video Downloader # Version: 0.4 # Summary: A bulk [...]

Continue reading...

Tagged with: [ , , , , ]

Batch Script to Generate File/Folder Listing

This item was filled under [ Uncategorized ]

I was chatting with a friend who had a huge music collection and I wanted to know what all he had. This provoked me to make a batch script which would do the job. I did some research online and found out some basics of batch scripts. This is the final thing which I ended [...]

Continue reading...