Skip to main content

A cli based chat application in python

Project description

chatterflow

Python Version License Python CI Build and Deploy Sphinx Docs

A simple, terminal-based chat application with user authentication and private messaging, built with Python sockets.

Features

  • User Authentication: Secure registration and login system.
  • Password Hashing: Passwords are securely hashed using PBKDF2.
  • Public Chat: Broadcast messages to all connected users.
  • Private Messaging: Send private messages to specific users.
  • User List: View a list of all online users.
  • Multi-client Support: The server uses threading to handle multiple clients concurrently.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.11 or higher

Installation

  1. Clone the repository:

    git clone https://github.com/bhatishan2003/chatterflow.git
    cd chatterflow
    
  2. Create and activate a virtual environment (recommended):

    • Windows:

      python -m venv .venv
      .venv\Scripts\activate
      
    • macOS & Linux:

      python -m venv .venv
      source .venv/bin/activate
      
  3. Install the package:

    • For regular use:

      pip install .
      
    • For development (editable mode):

      pip install -e .
      

Usage

1. Start the Server

Open a terminal and run the following command to start the chat server on the default host (127.0.0.1) and port (9009):

chatterflow --server

2. Start the Client

Open one or more new terminals and run the following command to connect a client to the server:

chatterflow --client

Commands

The client supports the following commands:

Command Description
/msg <user> <message> Send a private message.
/list List all online users.
/help Show this help message.
/quit Disconnect from the server.

Testing

To run the test suite, execute the following command:

pytest -v

Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chatterflow-0.0.6.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chatterflow-0.0.6-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file chatterflow-0.0.6.tar.gz.

File metadata

  • Download URL: chatterflow-0.0.6.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chatterflow-0.0.6.tar.gz
Algorithm Hash digest
SHA256 0cc6616c36307cd937f90949df5d3bbbafe694887213237f59ef68a9de0f6552
MD5 876a521d21c56887e6dac3b3190403a0
BLAKE2b-256 1902cdd0e6a32122619e314e7cd1deabdb48aea20dd4bf5b3635bf0f3efd1aa9

See more details on using hashes here.

File details

Details for the file chatterflow-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: chatterflow-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chatterflow-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 1554a63c39d9b7b6441eec0ab7d600dfde64720b3dca78dc2435aad98f2d8e9a
MD5 ebc922afe91897b5b2daab1accb1dabb
BLAKE2b-256 fc29883cd7fd78c47cda95aec3691a78b82c447ce9697c0cabdce569384fa372

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page