den pfad der python datei herausfinden code example
Example: den pfad der python datei rausfinden
os.path.dirname(os.path.realpath(__file__))
#path to the directory with the python file
os.path.dirname(os.path.realpath(__file__))
#path to the directory with the python file