from natsort import natsorted my_list = ['image101.jpg', 'image2.jpg', 'image1.jpg'] natsorted(my_list)