from pathlib import Path home = str(Path.home())
C:\Users\Mahmood
References
https://stackoverflow.com/questions/4028904/how-to-get-the-home-directory-in-python
from pathlib import Path home = str(Path.home())
C:\Users\Mahmood
References
https://stackoverflow.com/questions/4028904/how-to-get-the-home-directory-in-python