a simple terminal based real-time chatting platform with end-to-end encryption.
- clone the repo
- install the required modules by running
pip install -r requirements.txtin the project directory - use the .env file to configure the server ip and port.
- on the client, a file called "pychat.key" will be created upon first run. share it with those who you want to chat with and tell them to save it in the same folder as the client app.
Or if you're just using the client. run sh install.sh in the project directory. ( Only works on macOS or linux )
That's it. Enjoy!