Skip to content

Commit 53fe650

Browse files
authored
Fix Readme
#3 fix
1 parent 55b477d commit 53fe650

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

README.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,37 @@ Enables sharing Screen in a network.
33

44
PYjector is a screen casting program which captures the
55
screen of the host computer and casts that to the
6-
client. It is written in python 3 .
7-
8-
Insturctions to use:
9-
1)Install the required dependencies.
10-
**RUN IN PYTHON3
11-
For Server :
12-
CV2
13-
SOCKET
14-
OS
15-
PYWIN32
16-
NUMPY
17-
For Client :
18-
CV2
19-
OS
20-
PYGAME
6+
client. It is written in python 3.
7+
8+
Instructions to use:
9+
10+
1)Install the required dependencies.
11+
12+
**RUN IN PYTHON3**
13+
For Server :
14+
- CV2
15+
- SOCKET
16+
- OS
17+
- PYWIN32
18+
- NUMPY
19+
For Client :
20+
- CV2
21+
- OS
22+
- PYGAME
2123

2224
2)In the computer whose screen is to be casted run the
23-
server.py
24-
3)Run the client.py in the computer where the screen is to be casted.
25-
---------------------------------------------------------------------------------------
25+
server.py
26+
27+
3)Run the client.py in the computer where the screen is to be casted.
28+
29+
___
2630
Note:
27-
###The computers must be connected in the same network.
28-
###Enter the server computer ip address in both the client and the server program.
31+
- The computers must be connected in the same network.
32+
- Enter the server computer ip address in both the client and the server program.
2933

3034
----------Team PYjector-------------------
3135
| Roshan Guragain |
32-
| Sujit Silwal |
36+
| Sujit Silwal |
3337
| Sudeep Bhandari |
3438
| Rabindra Regmi |
3539
---------------------------------------------------

0 commit comments

Comments
 (0)