Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paschembri/spotlight-python-service-starter

A starter script to register custom data to the MacOS Spotlight index using Python
https://github.com/paschembri/spotlight-python-service-starter

Last synced: 4 days ago
JSON representation

A starter script to register custom data to the MacOS Spotlight index using Python

Awesome Lists containing this project

README

        

# Spotlight Python Service Starter

A starter script to register custom data to the MacOS Spotlight index using Python

You can use this script and the following instructions to add your custom data in MacOS Spotlight index.

![](./assets/screenshot.png)

## Install dependencies

```shell
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
```

## Build instructions

```shell
pyinstaller --add-data ./assets/:. -i ./assets/logo.png --windowed --clean --noconfirm ./SpotlightPythonService.py
```

The bundled application is now in the `./dist` folder