src/s/c/screenutils-0.0.1.5.4/screenutils/screen.py screenutils(Download)
try:
from commands import getoutput
except:
from subprocess import getoutput
from threading import Thread
from os import system
from os.path import isfile, getsize
try:
from commands import getoutput
except:
from subprocess import getoutput
from threading import Thread
from os import system
from os.path import isfile, getsize