Skip to content

Commit 3e90a51

Browse files
authored
Create README.md
1 parent 6cb89af commit 3e90a51

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Package/Script Name
2+
Paint Me
3+
## Short description of package/script
4+
5+
- I have imported cv2
6+
and imported numpy as np
7+
8+
## Setup instructions
9+
firstly, install python. `pip install python`. and then install the librabies `cv2` and `numpy`.
10+
Once, you download the code, then it will run successfully mam.
11+
12+
## Detailed explanation of script, if needed
13+
14+
I have firstly imported numpy and cv2. added the required elements. I have added the colorcodes and colorvalues on the screen. and after that I have set the screen to find the colors. added the while loop to show the result. The myPoints helps to set the coordinates of each of the color.
15+
16+
link : https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/ImageProcessingScripts/paintme/paintme.py
17+
## Output
18+
19+
I have aded how the output looks like. please refer this link : https://github.com/manognyaa/Awesome_Python_Scripts/tree/main/ImageProcessingScripts/paintme/Images
20+
21+
## Author(s)
22+
Manognya Dasika
23+
24+
## Disclaimers, if any
25+
26+
`NA`

0 commit comments

Comments
 (0)