from machinevisiontoolbox import Image

img = Image.Random(size=10)
img.showpixels()
window = img.showwindow(h=1)
window.move(2, 3)