https://github.com/entorb/analyze-mac-photos
Analyze your Mac Photos App Library
https://github.com/entorb/analyze-mac-photos
macos osxphotos photos streamlit
Last synced: about 2 months ago
JSON representation
Analyze your Mac Photos App Library
- Host: GitHub
- URL: https://github.com/entorb/analyze-mac-photos
- Owner: entorb
- License: gpl-3.0
- Created: 2024-12-26T23:01:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T20:37:21.000Z (over 1 year ago)
- Last Synced: 2025-01-07T21:32:38.863Z (over 1 year ago)
- Topics: macos, osxphotos, photos, streamlit
- Language: Python
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analyze your Mac Photos App Library
powered by [osxphotos](https://github.com/RhetTbull/osxphotos) and [Streamlit](https://github.com/streamlit/streamlit)
## Features
* find large photos/videos
* ranking of albums by MB and item count


## Repo Setup
Note: Migration from pip to UV failed with: `ModuleNotFoundError: No module named 'pkg_resources'`
### Install
see [install.sh](scripts/install.sh)
### Run
see [run.sh](scripts/run.sh)
### Check Code
```sh
pre-commit run --all-files
```
### Config
see [.streamlit/config.toml](.streamlit/config.toml)
## SonarQube Code Analysis
At [sonarcloud.io](https://sonarcloud.io/summary/overall?id=entorb_analyze-mac-photos&branch=main)