hpyton how to import from a file on your desktop code example
Example: how to import files from desktop to python
import os
path = os.path.dirname(os.path.realpath(__file__))
sys.path.append(path)
import os
path = os.path.dirname(os.path.realpath(__file__))
sys.path.append(path)