This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import os | |
import sys | |
""" | |
Important: Make sure to install comtypes package before running | |
TODO: only works in windows, find an alternative to comtypes | |
Adapted from the gist at https://gist.github.com/littmus/6496277 | |
""" |