###
Description:
  Get Users Home Directory
  Works on windows as well
URL: http://sebsauvage.net/python/snyppets/index.html
License: Unspecified/Public Domain
###

import os.path
print os.path.expanduser('~')