python get appdata path

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

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')