Skip to content

neutr0nStar/Python-GUI-image-steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-GUI-image-steganography

GUI app for image steganography in python

screenshot

Features

  • Encrypt a message in any png or jpg image file.
  • Decrypt the message from a png or jpg image file.

Running locallly

  • clone the repo.
  • (Optional): Create a virtual environment using venv.
  • Install requirements using pip: pip install -r requirements.txt (Note: if pip doesn't work, try pip3 instead)
  • Run the script ! python3 main.py (Note: if python3 doesn't work, try py or py -3 or simply python instead)

About

GUI app for image steganography in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages