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
- Host: GitHub
- URL: https://github.com/paulocoutinhox/prprojector
- Owner: paulocoutinhox
- Created: 2021-02-20T01:04:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T21:17:06.000Z (over 2 years ago)
- Last Synced: 2025-01-03T03:12:11.308Z (over 1 year ago)
- Topics: datashow, image, lyrics, projector, prprojector, video
- Language: C++
- Homepage:
- Size: 790 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# PRProjector
[](https://github.com/paulocoutinhox/prprojector/actions/workflows/macos.yml)
[](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.
## 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.

