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.4.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.4-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for chatterflow-0.0.4.tar.gz
Algorithm Hash digest
SHA256 da107798b6ebf037ef46e70b11f10a4703f4844ea4db3fe0bcc21ecd5970f0f0
MD5 ca960ddc7b52adeed70ac9837d80e1c1
BLAKE2b-256 93aa1d7b654d1201c7f234d8ecc3596855c306be9004cfba9d6f5446883b25dc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for chatterflow-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 42b92002a893443a90a1510b0915f0aae1b1401300dac6475866cf813e7d28f2
MD5 c40358a39e0692d82d1ff0bd5912dab0
BLAKE2b-256 20a6cfaf72e0c1ae93f2efa53af4e49c7a9b52932dbac7c68bf830d285ea9797

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