Return a new path object representing the user’s home directory (as returned by os.path.expanduser() with ~ construct). If the home directory can’t be resolved, RuntimeError is raised.
classmethod Path.home()
>>> Path.home()
PosixPath('/home/antoine')