Encrypt text/files into images and decrypt them back using custom seeds.
- Text to Image conversion
- File to Image conversion
- Seed-based encryption
- GUI and CLI interfaces
git clone https://github.com/TheStrgamer/Text-as-image.git
cd Text-as-image
pip install -r requirements.txtpy TranslatorInterface.py# Text
## Encrypt
python Text_Image_Translator.py encrypt "text" output.png [seed]
## Decrypt
python Text_Image_Translator.py decrypt input.png [seed]
# File
# Encrypt
python File_Image_Translator.py encrypt input.file output.png [seed]
# Decrypt
python File_Image_Translator.py decrypt input.png output.file [seed]





