Article Outline
Python pyqt (gui) example 'ScreenShotDll'
ScreenShotDll
Python pyqt example: ScreenShotDll
from ctypes import CDLL
dll = CDLL('Data/ScreenShot.dll')
dll.PrScrn()
Useful links
- Learn PyQt: https://pythonbasics.org/pyqt-hello-world/
- Install PyQt: https://pythonbasics.org/install-pyqt/