Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 798 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 798 Bytes

ShadowTalk

ShadowTalk is secure, privacy and confidence messenger, what keeps your chats and no one have access to them.

Installing and launching server and chat side

For Linux

  1. Install Python >= 3.8 and git

For Debian-based and Ubuntu-based distros

sudo apt-get install python git

For Arch-based distros

sudo pacman -S python git

  1. Clone the repo

git clone https://github.com/m00nligh7/ShadowTalk

  1. Open the folder in terminal

cd ShadowTalk

  1. Install required packages

pip3 install -r requirements.txt

  1. Try to launch server side(Server.py) and try to use messenger using client side(Client.py)

python Server.py or python Client.py

For Windows

My project is not tested on Windows yet. May not work right now