Skip to content

Commit 2d39458

Browse files
authored
Update README.md
1 parent 06c1f0d commit 2d39458

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Local-Chat/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,21 @@ pip3 install -r requirements.txt
1616
python3 main.py
1717
```
1818
after running the script print S parameter(to create server)
19+
1920
!!! be sure to save the key that the program will give you !!!
20-
![](https://github.com/p4sh4bsc/Python-Projects/blob/local_chat/Local_chat/src/Server.gif)
21+
22+
23+
<img src="https://github.com/p4sh4bsc/Python-Projects/blob/local_chat/Local_chat/src/Server.gif" width="500" height="300" />
24+
25+
26+
2127
3. Also run `main.py`, but now we gonna connetct to the server as client.
2228
```
2329
python3 main.py
2430
```
2531
after running the script print C parameter(for connection to the server)
26-
![](https://github.com/p4sh4bsc/Python-Projects/blob/local_chat/Local_chat/src/Client.gif)
27-
4. Start chatting with your friends!
32+
33+
34+
35+
<img src="https://github.com/p4sh4bsc/Python-Projects/blob/local_chat/Local_chat/src/Client.gif" width="500" height="300" />
36+
4. Start chatting with your friends!

0 commit comments

Comments
 (0)