OrkoHunter / ping-me

A cross platform personalized Ping
Apache License 2.0
192 stars 21 forks source link

Support for Windows and OS X as well #2

Closed OrkoHunter closed 8 years ago

OrkoHunter commented 8 years ago

Earlier, to locate the home folder, the project used getpass module to get the username and append it to the string /home/. But that would not work in non-Unix file systems. Hence, we need to have a cross platform location finder for the home directory.