Collection of Python scripts to help automate tasks
Added a Code to Program to read words from a csv file and provide their definition from www.dictionary.com #Input = File with words (one on each line) #Output = File with words and their definition in csv format #Uses requests and BeuatifulSoup