Python

Python - Download Media From a Reddit User

The Admin
The below python script will download media from a reddit users account. You will need to set up a reddit client_id='', client_secret='', google can assist you with setting that up.

Python - Download Media From Subreddit

The Admin
The below python script will download media from subreddits, it can be useful for downloading all the wallpapers posted to r/wallpapers. You will need to set up a reddit client_id='', client_secret='', google can assist you with setting that up.

Python - Print Tables with Python and CSVs

The Admin
One can use prettytable module to print out table in ASCII. You can read more about prettytable with the below link and installation instructions https://pypi.org/project/prettytable/ See below Gist for a quick way to get started reading a CSV file.