Steg_Tool is a simple steganography tool that allows you to hide and extract messages within images, made for the python micro-project in S4.
- Hide messages within images
- Extract hidden messages from images
- Supports various image formats (e.g., PNG, JPEG)
To install the required dependencies, run:
pip install -r requirements.txt
To run the application, use the following command:
streamlit run app.py