File tree Expand file tree Collapse file tree 1 file changed +25
-21
lines changed Expand file tree Collapse file tree 1 file changed +25
-21
lines changed Original file line number Diff line number Diff line change @@ -3,33 +3,37 @@ Enables sharing Screen in a network.
3
3
4
4
PYjector is a screen casting program which captures the
5
5
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
21
23
22
24
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
+ ___
26
30
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.
29
33
30
34
----------Team PYjector-------------------
31
35
| Roshan Guragain |
32
- | Sujit Silwal |
36
+ | Sujit Silwal |
33
37
| Sudeep Bhandari |
34
38
| Rabindra Regmi |
35
39
---------------------------------------------------
You can’t perform that action at this time.
0 commit comments