Win32 API Tutorial => Getting started with Win32 API
https://riptutorial.com/winapiWinAPI (also known as Win32; officially called the Microsoft Windows API) is an application programming interface written in C by Microsoft to allow access to Windows features. The main components of the WinAPI are: WinBase: The kernel functions, CreateFile, CreateProcess, etc. WinUser: The GUI functions, CreateWindow, RegisterClass, etc.
winrt - PyPI
https://pypi.org/project/winrt02.02.2021 · Python/WinRT. The Windows Runtime Python Projection (Python/WinRT) enables Python developers to access Windows Runtime APIs directly from Python in a natural and familiar way. Getting Started Prerequisites. Windows 10, October 2018 Update or later.; Python for Windows, version 3.7 or later; pip, version 19 or later; Installing