Skip to content

Ed-Ackerman/Py-Terminal-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Terminal Chat

Welcome to the Python Terminal Chat project! This repository contains the source code for a simple terminal-based chat application with a server and client.

Overview

The Python Terminal Chat allows users to connect to a central server and engage in text-based conversations in a terminal environment. It's a lightweight and easy-to-use chat application.

Features

  • Server-client architecture for communication.
  • Real-time chat updates.
  • Simple and intuitive terminal interface.
  • [Add more features...]

Directory Structure

  • server: Contains the server-side code.
  • client: Contains the client-side code.
  • README.md: Documentation for the project.

Getting Started

Prerequisites

  • Python 3.x installed.

Running the Server

  1. Navigate to the server directory.

    cd server
  2. Run the server.

    python server.py

Running the Client

  1. Navigate to the client directory.

    cd client
  2. Run the client.

    python client.py

Follow on-screen instructions to connect to the server and start chatting.

Contributing

We welcome contributions! If you'd like to contribute to the project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Commit your changes: git commit -m "Add feature-name".
  5. Push to the branch: git push origin feature-name.
  6. Submit a pull request.

Feedback

If you have feedback, suggestions, or issues, please open an issue.

License

This project is licensed under the MIT License.


© 2023 Python Terminal Chat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages