HOME/Articles/

pyqt example ScreenShotDll (snippet)

Article Outline

Python pyqt (gui) example 'ScreenShotDll'

ScreenShotDll

Python pyqt example: ScreenShotDll

from ctypes import CDLL
dll = CDLL('Data/ScreenShot.dll')
dll.PrScrn()