Simple, helpful python programs to complete various tasks. Most of these are modified versions of existing code from several online resources that I changed to complete a specific job.
Given a url, this program gets the file names of each file in the directory and subdirectories of the path and prints them (by default). Can be modified to rename files, move files, delete files etc.
Given a url extracts html data which can be accessed by specfying html classes and id names.