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.
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.
- Server-client architecture for communication.
- Real-time chat updates.
- Simple and intuitive terminal interface.
- [Add more features...]
- server: Contains the server-side code.
- client: Contains the client-side code.
- README.md: Documentation for the project.
- Python 3.x installed.
-
Navigate to the
server
directory.cd server
-
Run the server.
python server.py
-
Navigate to the
client
directory.cd client
-
Run the client.
python client.py
Follow on-screen instructions to connect to the server and start chatting.
We welcome contributions! If you'd like to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes.
- Commit your changes:
git commit -m "Add feature-name"
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
If you have feedback, suggestions, or issues, please open an issue.
This project is licensed under the MIT License.
© 2023 Python Terminal Chat