How to use path to change working directory in Python?
pip install path from path import Path # set working directory Path("/toWhereYouWantItToBe").cd()
pip install path from path import Path # set working directory Path("/toWhereYouWantItToBe").cd()