Skip to content

Commit 8c38ae1

Browse files
authored
Update README
1 parent 7263860 commit 8c38ae1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
Simple Socket Chat
1+
# Simple Socket Chat
22

3-
This is a straightforward chat project that enables the exchange of messages between a server and a single client. It is implemented in Python, utilizing socket and threading concepts.
3+
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.
44
Requirements
55

6-
To run this project, ensure that you have Python 3.7.6 or a newer version installed. Additionally, both the server and client should be set up on a local area network.
6+
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.
77
Running the Project
88

99
To run the project, you will need two computers: one for the server and one for the client.
1010
Setting up the server:
1111

12-
If you are using Python 3.7.6 or a later version, start the server by executing the following command:
12+
If you are using Python 3.7.6 or a newer version, run the following command to start the server:
1313

1414
bash
1515

1616
$ python3 server.py
1717

1818
Setting up the client:
1919

20-
Set up a client to view messages on the terminal by executing the following command:
20+
You will also need to set up a client to see messages on the terminal. To do this, run the following command:
2121

2222
bash
2323

2424
$ python3 client.py
2525

26-
Make sure to follow these steps on separate computers to enable communication between the server and client.
26+
Ensure that you follow these steps on separate computers to enable communication between the server and client.
27+
Contribution
2728

28-
Feel free to contribute, report issues, or suggest improvements!
29+
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)