python program to detect files with the same name date and size in directory and clean code example
Example: how to make all my files to work together in python
>>> import os
>>> entries = os.listdir('my_directory/')
>>> import os
>>> entries = os.listdir('my_directory/')