Python Glob So lesen Sie alle TXT -Dateien im Ordner
import glob
glob.glob('*.txt')
smjure
import glob
glob.glob('*.txt')