python load all files from directory in which is the .py file code example Example: read all files in folder python import glob print(glob.glob("/home/adam/*.txt"))