A totally incomplete and random port of the C Windows SDK for Python ctypes. No dependencies besides the Python standard library.
Requires Python 3.7+.
pip install ctypes-windows-sdk
from cwinsdk.windows import GetTickCount64
tickcount = GetTickCount64()
- Dobatymo/public-scripts