I am writing scripts that scrape files contained within a specific folder.
To remove the need for modifying the static path to the user's working directory, is there a way for the script to discover the user's operating system version (Windows Version or Linux), and respective Desktop file path?
sys.platform. And your question doesn't provide enough detail