Skip to content

Instantly share code, notes, and snippets.

View frawst's full-sized avatar
💭
Legend 💯

frawst

💭
Legend 💯
  • Canada
View GitHub Profile
@frawst
frawst / MSProject.py
Created April 10, 2024 21:49 — forked from zlorb/MSProject.py
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