from screeninfo import get_monitors screen = get_monitors()[0] # if that raises an error, put this first # from os import environ ...
確定! 回上一頁