Skip to content

Instantly share code, notes, and snippets.

View MohamedElRayany's full-sized avatar

MohamedElrayany MohamedElRayany

View GitHub Profile
from ctypes import *
from numpy import *
import platform
import inspect
import time
import os
from pprint import pprint
INTEROPLIB = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/libinterop-api.so.1"
if platform.system() == 'Windows':