Resolve a path inside your local Dropbox folder, cross-platform
pip install dropboxpath
To edit, install in editable mode instead and just modify the files in this repo directly:
pip install -e .
Installed via PyPI, so update to the latest published version with:
pip install --upgrade dropboxpath
Resolves a path inside your local Dropbox folder, cross-platform (Windows/macOS/Linux).
from DropboxPath import dropboxPath
dropboxPath("/folder/I/Care/About/")
# WindowsPath('C:/Users/.../Dropbox/folder/I/Care/About')
dropboxPath()
# WindowsPath('C:/Users/.../Dropbox/')