05.09.2024

Sorting your post-vacation photos.

Свежие комментарии

No comments to show.

Recent Posts

Recent Comments

    Hello everyone!


    Today, I want to share some Python code with you. Often, we face the challenge of sorting photos we’ve taken during vacations or in daily life. You need to copy files from an SD card to your hard drive to save them. On your card, there’s usually just one folder filled with tons of files. I’ve decided to copy them to the hard drive while also sorting them by date. Additionally, I separate videos from photos. This works well with both my camera and my drone.

     

    In the future, I plan to add integration with my location history to this code. Right now, I manually open my location history (from my Google account) and match the dates with the places I’ve been. This way, it becomes clear where and when I took a photo or video.

     

     

    Leave a comment

    Next Entry