Skip to content

Commit 3acc37f

Browse files
author
Rishabh Agrahari
authored
Update readme.md
1 parent 35cde21 commit 3acc37f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WhatsApp_img_notes_extractor/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ We all end up with hell lot of _images to be deleted_ at the end of each semeste
44

55
like this:
66

7-
<img src="behind_the_scenes/image.jpeg"></img>
7+
<img src="behind_the_scenes/image.jpeg" width="300px" height="500px" />
88

9-
Images in blue circles are notes and red circles are important ones.
9+
Images in blue circles are notes which you may wanna delete or extract them to a folder (in case you are a maggu :P) and red circles are important ones which shouldn't be messed up with.
1010

1111
Requirements:
1212

@@ -17,4 +17,4 @@ Instructions:
1717

1818
Install dependencies using `pip install -r requirements.txt`. Connect your Smartphone to your system, mount `Internal Storage` and copy the absolute path to the WhatsApp folder, to know the absolute path open a terminal in `WhatsApp` folder and run `pwd` command. Run the `extract.py` script by `python extract.py` and paste the copied path when asked to. The script will create a new folder named `notes` in your `WhatsApp Image` folder and move the notes images to the same.
1919

20-
Enjoy!
20+
Enjoy!

0 commit comments

Comments
 (0)