An open API service indexing awesome lists of open source software.

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

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

![Albums](screenshots/Albums.png)
![Photos](screenshots/Photos.png)

## 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)