https://github.com/klocman/text-to-screen
Display text on a remote display, great for song lyrics and recitals!
https://github.com/klocman/text-to-screen
organizer projection singing song-lyrics teleprompter text-display text-editor wysiwyg wysiwyg-editor
Last synced: 3 months ago
JSON representation
Display text on a remote display, great for song lyrics and recitals!
- Host: GitHub
- URL: https://github.com/klocman/text-to-screen
- Owner: Klocman
- License: apache-2.0
- Created: 2016-07-19T22:40:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T19:02:59.000Z (over 6 years ago)
- Last Synced: 2025-04-05T00:11:18.639Z (6 months ago)
- Topics: organizer, projection, singing, song-lyrics, teleprompter, text-display, text-editor, wysiwyg, wysiwyg-editor
- Language: C#
- Homepage: http://klocmansoftware.weebly.com/text-to-screen.html
- Size: 1.17 MB
- Stars: 37
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
TextToScreen is used to display song lyrics or recital scripts on an external monitor or projector. It has a built in text manager and editor, so it is fully contained. It was initially created for use by church choruses.One of the major features of this program is its WYSIWYG interface. You can see how the output will look like before sending it to the external display.
You can import texts from external sources or write it inside of TTS. You can easily fix mistakes or add verses while displaying the text without any problems. All of the texts are stored as plain .txt files inside of a .zip archive, no proprietary formats!
## Examples

## Download
[SourceForge](https://sourceforge.net/projects/text-to-screen/)## Compiling
Source can be compiled in any modern version of Visual Studio. The KlocTools library is required, it can be downloaded [here](https://sourceforge.net/projects/kloctoolslibrary/).