Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to make a blank window open up in python

import ctypes
ctypes.windll.user32.MessageBoxW(0, "Your message", "Your title", 1)
#opens up a black window
 
PREVIOUS NEXT
Tagged: #blank #window #open #python
ADD COMMENT
Topic
Name
7+2 =