Skip to content

viv1kk/Image_Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Steganography

To to set up this project on your local machine,

For Windows :

  • Download this Repository.
  • Open Command Prompt and navigate to the downloaded folder.
  • Create a virtual environment. $python -m venv venv
  • Activate the virtual environment. $activate.bat
  • Download the necessary Libraries. $pip install -r requirements.txt

To run this application in CLI mode, run $python app.py

To run this application in GUI mode, run $python ui2.py

To make build for the standalone application on your local machine, run $pyinstaller --onefile --windowed ui2.py