Skip to content

A chat application using python program which allows the user to access many features, One of the key fetures of the application is to send a secret message by hidding it inside an image or reading the secret message hidden inside and image .The encryption/decryption uses steganography library, REGEX pattern have also been used by importing re m…

Notifications You must be signed in to change notification settings

ishaan001/SPY-CHAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPY CHAT

A chat application using python program which allows the user to access many features, One of the key fetures of the application is to send a secret message by hidding it inside an image or reading the secret message hidden inside and image .The encryption/decryption uses steganography library, REGEX pattern have also been used by importing re module

Features Provided

  • Status addition and updation
  • Add a Friend
  • Send a Secret message encrypted inside a image
  • read a secret message Decrypted inside a image
  • read chat history with the date and time of the send and recieved message
  • delete a spy if he's talking too much
  • Handle for cases when the image contains no secret message
  • printing the chat history using different colors
  • appropriate message has be handled for special words such as SOS, SAVE ME
  • Exiting application

Python Requirements

Python libraries which are downloaded form PYPI and other libraries which are required for this application are listed below:

pip install colorama
pip install steganography
pip install virtual_env
import re
from datetime import datetime

Developed by - ISHAAN VEER DADHWAL 👍

About

A chat application using python program which allows the user to access many features, One of the key fetures of the application is to send a secret message by hidding it inside an image or reading the secret message hidden inside and image .The encryption/decryption uses steganography library, REGEX pattern have also been used by importing re m…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages