/PythonSnippets

Frequently used python code snippets.

Primary LanguagePython

sharepoint.py

Python scripts to communicate with Sharepoint. File contains:

  • file_download() - to download single file from Sharepoint location.
  • file_upload() - to upload single file from Sharepoint location.
  • get_folder_list() - to get list of all the files present in Sharepoint.

win32com

  • mail_with_win32.py - For mails using Outlook.
  • excel_with_win32.py - For excel operations.
  • filelogging.py - Generic functions for file logging.