Chat-Secure
Chat-Secure is a basic chatroom application developed in Python
to handle multiple clients (100 by default) with a single server, at one time. It is available in bothe Command Line Interface (CLI) as well as Graphic User Interface (GUI).
Key Features:
➔ A TCP based chat-room application
➔ Available with both CLI and UI interface
➔ End-to-end message encryption using EncryptIt
➔ Tools/Skills: Python, Kivy (framework)