Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.72 KB

README.md

File metadata and controls

53 lines (46 loc) · 1.72 KB

cli-chat

A pretty simple command-line realtime chat application built using Flask, Socket-IO and Click.

Features

  • Registration
  • Login
  • Logout(basically deleting stored jwt)
  • Rooms
  • Private Chat (between 2 individuals and visible to just those individuals.)
  • Ban (Using username or IP Address)
  • End-to-End Encryption per say.

Deploy

Installation and Use

To begin installation clone the repo into preferred directory

git clone https://github.com/prettyirrelevant/cli-chat.git

Activate a virtual environment

For Windows

python3 -m venv env
env/scripts/activate

For Unix

python3 -m venv env
source env/bin/activate

Install required packages

pip install -r requirements.txt

Run this to view all options and commands

python client.py

Screenshots

Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text