Skip to content

ShellyKatoch/spychat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A terminal chat app using python that allows you to send and secret messages hidden safely inside an image. The chat app will not be using a database or any other form of persistent data storage and will rely on the computer's non-persistent memory (RAM).

Name:SpyChat Version:1.0 Author Name:Shelly Katoch

Objectives:

Add a status update.
Add a friend.
Send a secret message.
Read a secret message.
Read Chats from a user.
Close Application

Python setup

To properly use this python-modules some additional libraries have to be installed beforehand. This can be easily accomplished with the commands below.

pip install virtual_venv venv\scripts\activate pip install steganography pip install termcolor

Run

To run the app type the command given below.

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages