sendCSVPython script to send csv files in a directory to an email as a zipPrerequisites:PythonTo run:python sendCSV.pyYou will need a config file config.json: { "username":"username@email.com", "password:"password", "directory":"fullpath" }