Skip to content

Commit 2e12563

Browse files
authored
Update README.md
1 parent 5cd1873 commit 2e12563

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Simple Socket Chat
22

33
This is a simple chat project that enables the exchange of messages between a server and a single client. It is written in Python and utilizes the concepts of sockets and threading.
4-
Requirements
4+
5+
# Requirements
56

67
To run this project, you need to have Python 3.7.6 or a newer version installed. Additionally, the server and client must be set up on a local area network.
7-
Running the Project
8+
9+
# Running the Project
810

911
To run the project, you will need two computers: one for the server and one for the client.
1012
Setting up the server:
@@ -15,7 +17,7 @@ bash
1517

1618
$ python3 server.py
1719

18-
Setting up the client:
20+
# Setting up the client:
1921

2022
You will also need to set up a client to see messages on the terminal. To do this, run the following command:
2123

@@ -24,6 +26,7 @@ bash
2426
$ python3 client.py
2527

2628
Ensure that you follow these steps on separate computers to enable communication between the server and client.
27-
Contribution
29+
30+
# Contribution
2831

2932
Feel free to contribute to the development of this simple socket chat project by creating issues or pull requests. Your feedback and enhancements are welcome!

0 commit comments

Comments
 (0)