https://github.com/adri6336/text-to-sound
This is a cipher that converts text to sound and generates sheet music with a hash.
https://github.com/adri6336/text-to-sound
cipher ciphers encryption music music-player python3 sha256 sheet-music
Last synced: 9 months ago
JSON representation
This is a cipher that converts text to sound and generates sheet music with a hash.
- Host: GitHub
- URL: https://github.com/adri6336/text-to-sound
- Owner: Adri6336
- License: gpl-3.0
- Created: 2022-12-22T02:14:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T17:56:35.000Z (over 3 years ago)
- Last Synced: 2025-10-14T15:02:22.444Z (9 months ago)
- Topics: cipher, ciphers, encryption, music, music-player, python3, sha256, sheet-music
- Language: Python
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# text-to-sound

This is a thing that converts a message into sound and sheet music. It does not otherwise mess with the info: it legit only converts it to sound, with the pitch representing the ordinal value of the message's characters. As of yet, it's one-way; I'm looking into making it decryptable automatically.
I have made a few attempts to decrypt it but am really quite stuck; I'm starting to think it's legit one-way, kinda like a hash
In addition to the requirements listed in the requirements.txt, text-to-sound needs the following installed:
- FluidSynth
- LilyPond
Python 3.10 works best for the requirements