import os if os.stat("yourfile.extension").st_size == 0: #note: file has to be in same directory as python script# print('empty')