Posts Tagged ‘Python’

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: [ , , , , ]

Last.fm Top Tracks Playlist Generator Using Python

This item was filled under [ Uncategorized ]

This is mine and Clive’s(@cliveverghese) latest venture. Allow me to explain this project. A little bit of history… I’ve been a last.fm user for more than a year. Recently, I started discovering new music. My busy schedule (okay, laziness) made it impossible for me to check out every song one by one and I wanted [...]

Continue reading...