We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fd5d3 commit b70c3a9Copy full SHA for b70c3a9
1 file changed
README.md
@@ -26,7 +26,7 @@ print(read)
26
27
<br>
28
29
-### Step 1
+<!-- ### Step 1 -->
30
31
#### Initialize and create a backup of the picture as bytes
32
@@ -37,15 +37,19 @@ print(read)
37
```
38
> *pic.jpg should be replaced by your picture name present in the root directory*
39
40
-### Step 2
+<br>
41
+
42
+<!-- ### Step 2 -->
43
44
#### Hide the disired data into the picture
45
46
```python
47
r.hide_data("Hello my name is Sid")
48
49
-### Step 3
50
51
52
+<!-- ### Step 3 -->
53
54
#### Read the hidden data from the picture
55
@@ -54,8 +58,9 @@ print(read)
58
59
print(read)
56
60
61
57
62
-### Step 4
63
+<!-- ### Step 4 -->
64
65
#### Revert the picture from the backup file
66
0 commit comments