from os.path import expanduser home = expanduser("~")
from pathlib import Path home = str(Path.home())