setting working directory to all in python code example
Example 1: get working directory python
import os
os.getcwd()
Example 2: how to use path to change working directory in python
pip install path
from path import Path
# set working directory
Path("/toWhereYouWantItToBe").cd()