{"id":19725029,"url":"https://github.com/seanpianka/tymeline","last_synced_at":"2026-06-03T23:31:10.389Z","repository":{"id":138019967,"uuid":"134920880","full_name":"seanpianka/Tymeline","owner":"seanpianka","description":"Command-line image organization tool in Python 3","archived":false,"fork":false,"pushed_at":"2018-09-07T17:49:45.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-15T15:00:16.413Z","etag":null,"topics":["image","organization","photo","photos","python","python3","tool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanpianka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-26T01:57:55.000Z","updated_at":"2018-09-07T17:49:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e466b2a-b1ed-41b2-8092-d46b4c48de4e","html_url":"https://github.com/seanpianka/Tymeline","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seanpianka/Tymeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanpianka%2FTymeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanpianka%2FTymeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanpianka%2FTymeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanpianka%2FTymeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanpianka","download_url":"https://codeload.github.com/seanpianka/Tymeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanpianka%2FTymeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33884733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image","organization","photo","photos","python","python3","tool"],"created_at":"2024-11-11T23:27:56.433Z","updated_at":"2026-06-03T23:31:10.374Z","avatar_url":"https://github.com/seanpianka.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tymeline\n\nImage organization tool.\n\n## Usage\n\n`$ python tymeline.py \u003cdirectory\u003e`\n\nThe directory is the only argument and specifies the top-level directory where sorting of pictures should be done.\n\nIt will create top-level directories denoting the `Year` which images within that directory were taken. A maximum of 12 sub-directories will be created for each of the top-level `Year` directories, each denoting the `Month` which the picture was taken (numerically). Finally, images are then moved into their corresponding folders.\n\nIf there are directories or other non-image files at the specified `directory`, they will be moved into a folder called `unsorted` at the top-level `directory`.\n\nMoving new pictures into the top-level `directory`, outside of any of the `Year` folders, and re-executing `tymeline.py` will sort the remaining pictures into their corresponding `Year` directory or `unsorted`.\n\n## Example\n\n```\n~/test » tree # unsorted images at the top-level directory\n.\n├── 20150621_143458.JPG\n├── 20160704_125048.JPG\n├── 20161028_235123.JPG\n├── 20161029_144521.JPG\n└── 20170624_143638.JPG\n\n0 directories, 5 files\n------------------------------------------------------------\n~/test » python ~/Development/Tymeline/tymeline.py . # '.' is my top-level directory\n------------------------------------------------------------\n~/test » tree # all images are sorted according to their EXIF data (or creation/last modified as fallback if EXIF is not available)\n.\n├── 2015\n│   └── 06\n│       └── 20150621_143458.JPG\n├── 2016\n│   ├── 07\n│   │   └── 20160704_125048.JPG\n│   └── 10\n│       ├── 20161028_235123.JPG\n│       └── 20161029_144521.JPG\n└── 2017\n    └── 06\n        └── 20170624_143638.JPG\n\n7 directories, 5 files\n------------------------------------------------------------\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanpianka%2Ftymeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanpianka%2Ftymeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanpianka%2Ftymeline/lists"}