Skip to content

A terminal chat app using python program which allows to send a secret message by hidding inside the picture. The encryption/decryption uses steganography library.

License

Notifications You must be signed in to change notification settings

Marwari/spyChat

Repository files navigation

spyChat

A terminal chat app using python program which allows to send a secret message by hidding inside the picture. The encryption/decryption uses steganography library.

Objectives:

  • Add and update status.
  • Add a friend.
  • Send a secret message.
  • Read a secret message.
  • Read chats from user / read chat history.
  • Count the average words spoken by user.
  • Delete a spy from list if he is talking too much.
  • Showing the colorful output on terminal.
  • Close Application

Python setup:

To use this python-module some additional libraries need to be installed beforehand. For installing libraries in python, commands are:

pip install virtual_env #(optinal.)
pip install steganography #(compulsory.)
pip install termcolor #(compulsory.)
pip install colorama #(compulsory.)

Run

To run this app, open command prompt/terminal in projects directory. Below command should be followed.

python main.py


** Some previous commits are available with messed up codes at Acadview_Project_1 repository.



This project is a part of Acadview full stack developer training program.

About

A terminal chat app using python program which allows to send a secret message by hidding inside the picture. The encryption/decryption uses steganography library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages