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

https://github.com/paulocoutinhox/prprojector

PRProjector - Software to show images, videos, texts and lyrics on datashow or any external monitor and display
https://github.com/paulocoutinhox/prprojector

datashow image lyrics projector prprojector video

Last synced: 11 months ago
JSON representation

PRProjector - Software to show images, videos, texts and lyrics on datashow or any external monitor and display

Awesome Lists containing this project

README

          

# PRProjector

[![Build - macOS](https://github.com/paulocoutinhox/prprojector/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/paulocoutinhox/prprojector/actions/workflows/macos.yml)
[![Build - Windows x64](https://github.com/paulocoutinhox/prprojector/actions/workflows/win-x64.yml/badge.svg?branch=master)](https://github.com/paulocoutinhox/prprojector/actions/workflows/win-x64.yml)

Software to show images, videos, texts and lyrics on datashow or any external monitor and display.

screenshot 1

screenshot 2

## Download

Get your version on release page.

## Requirements to build

- Python 3
- PIP

## How to build for macOS (x64)

1 - Install python requirements:

```
python3 -m pip install -r requirements.txt
```

2 - Call build for your platform:

```
python3 make.py run build-macos-x64
```

## How to build for Windows (x64)

1 - Install python requirements:

```
python3 -m pip install -r requirements.txt
```

2 - Call build for your platform:

```
python3 make.py run build-win-x64
```

## How to encode certificates on macOS

Run on terminal:

```
base64 -i distribution.p12 | pbcopy
base64 -i mac_installer.p12 | pbcopy
```

- One certificate type is "Apple Distribution" and the other is "Mac Installer Distribution".
- Export from keychain in "p12" format.