Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 652 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 652 Bytes

pywin32-stubs

pywin32-stubs is generated from pywin32.chm, it contains:

  • win32-stubs
  • win32comext-stubs
  • pythonwin-stubs
  • win32helper : this package defines win32typing and constants.

vscode uninstalled stubs image

vscode installed stubs image

Installation

pip install pywin32-stubs

Usage

import win32gui
import win32helper.win32con as con

win32gui.MessageBox(0, "hello", 'world', con.MB_OK)