Skip to content

Instantly share code, notes, and snippets.

View frawst's full-sized avatar
💭
Legend 💯

frawst

💭
Legend 💯
  • Canada
View GitHub Profile
@zlorb
zlorb / MSProject.py
Last active April 17, 2024 05:36
MSProject - Python
import sys, time, datetime
from copy import copy, deepcopy
from collections import OrderedDict
import string
import math
import win32com.client
import traceback
# Sample code for accessing MSProject
# 2014 (C) Zohar Lorberbaum