Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 365 Bytes

ctypes-windows-sdk

A totally incomplete and random port of the C Windows SDK for Python ctypes. No dependencies besides the Python standard library.

Install

Requires Python 3.7+.

pip install ctypes-windows-sdk

Example

from cwinsdk.windows import GetTickCount64
tickcount = GetTickCount64()

Used by

  • Dobatymo/public-scripts