python get appdata path

Solutions on MaxInterview for python get appdata path by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "python get appdata path"
Max
22 Sep 2018
1import os
2
3datapath = os.getenv('APPDATA')
Mattia
23 Nov 2016
1# pip instapp appdata 
2from appdata import AppDataPaths
3paths = AppDataPaths('myapp')