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.3.tar.gz (14.6 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.3-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: chatterflow-0.0.3.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0

File hashes

Hashes for chatterflow-0.0.3.tar.gz
Algorithm Hash digest
SHA256 e0f1ed55bc13296c8f953ffaccb5fa514a22b15b346b1676d1a6978836985559
MD5 78869c9b0b177dc64d462ec579b4df03
BLAKE2b-256 ff83631b19f3cef1bb8d9f728bc0d0e0b5569970366dac9f53bf2310016550ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chatterflow-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0

File hashes

Hashes for chatterflow-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 66c86b2263a8e00993584be645aa5d155b4b99b4ec0835fd0de1b6d991fb068f
MD5 1f8bf07b8db9009b6ac787afb7d0faa9
BLAKE2b-256 59c5a8153d94cbbaff5973b1734fb22ac926d5f07e8da9b33db4df4380eefbb8

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