From 678041339fe7244280597b6525e0ba04dc90b657 Mon Sep 17 00:00:00 2001 From: GORAKHNATH YADAV Date: Thu, 1 Oct 2020 21:12:32 +0530 Subject: [PATCH] Update clk.py added instructions --- clk.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clk.py b/clk.py index cb8e2ab..fdc4f30 100644 --- a/clk.py +++ b/clk.py @@ -7,7 +7,10 @@ Its awesome !! Prepare to get invisible ..................... - """) + """ + + get yourself a red cloth,thats all you need . + ) cap = cv2.VideoCapture(0) @@ -49,4 +52,4 @@ cv2.imshow('Display',img) k = cv2.waitKey(10) if k == 27: - break \ No newline at end of file + break