Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python message

import ctypes
ctypes.windll.user32.MessageBoxW(0, "Your text", "Your title", 1)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Python #message
ADD COMMENT
Topic
Name
8+5 =