get the root directory in python code example Example: Python project root dir import os ROOT_DIR = os.path.abspath(os.curdir)