You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,13 @@ source env/bin/activate
32
32
- Install requirements
33
33
34
34
```sh
35
-
pip install -r requirements.txt
35
+
pip3 install -r requirements.txt
36
36
```
37
37
38
38
- Run and explore the scripts!
39
39
40
+
__NOTE: All the scripts are written in Python 3. So, make sure to use the appropriate version of pip and python.__
41
+
40
42
## Contents 📄
41
43
42
44
-[Code Destroyer](#Code-Destroyer)
@@ -115,7 +117,7 @@ a single PDF. The program also prompts user if they want to include the cover pa
115
117
It is recommended to rename files so that they are lexographically in the same order as they are to be combined and put them in the same directory as the script.
116
118
The combined PDF would be saved as the name of the first file in the lexographic order prepended with 'combined'.
117
119
118
-
_Useful if you have many PDF and you want to read them all one after the another (like PDFs of a professor's slides that you wish to read before exams). You won't need to go from one PDF to another._
120
+
_Useful if you have many PDF and you want to read them all one after the another (like all the PDFs of a professor's slides that you wish to read before exams). You won't need to go from one PDF to another after using this and would also have the option of adding or removing the coverpage of each PDF._
119
121
120
122
__Ensure that none of the PDFs are encrypted.__
121
123
@@ -161,9 +163,10 @@ Choose whether you want to encrypt or decrypt a PDF and then enter the name of t
161
163
162
164
### Add Logo to Images
163
165
164
-
Adds logo to the lower-right corner of all the pngs, jpgs and jpegs in the directory.
166
+
Adds logo to the lower-right corner of all the pngs, jpgs and jpegs in the directory. The size of logo is approximately 1/10 th of the size of the image and has a padding of 1/25 th to the right and bottom of the logo is added.
167
+
168
+
_Useful to add logos to images to prove their originality, make them harder to copy, and add authorship._
165
169
166
-
_Useful to add logos to imagesto prove their originality, make them harder to copy, and add authorship._
0 commit comments