from human_readable.files import file_size
import os

print(file_size(value = os.stat('test.txt').st_size))