Skip to content

Instantly share code, notes, and snippets.

View CarliJoy's full-sized avatar
💭
🚴 keep going

Kound CarliJoy

💭
🚴 keep going
  • Oldenburg (OL), Germany
View GitHub Profile
@zlorb
zlorb / MSProject.py
Last active July 18, 2024 02:40
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