ShadowTalk is secure, privacy and confidence messenger, what keeps your chats and no one have access to them.
For Linux
- 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
- Clone the repo
git clone https://github.com/m00nligh7/ShadowTalk
- Open the folder in terminal
cd ShadowTalk
- Install required packages
pip3 install -r requirements.txt
- 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