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.
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.
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.