mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-04-18 18:57:34 +00:00
Create README.md
This commit is contained in:
parent
fdf544e216
commit
36594f06aa
19
scripts/PDF-delete-pages/README.md
Normal file
19
scripts/PDF-delete-pages/README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# PDF Delete Pages
|
||||||
|
|
||||||
|
A simple Tkinter GUI application that deletes specified pages from a PDF and outputs a new PDF file with only the desired pages.
|
||||||
|
|
||||||
|
### Installing Requirements
|
||||||
|
- Open Windows Command Prompt
|
||||||
|
- Run command ``` pip install PyPDF2 ```
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
- Install the requirements (Python3 and PyPDF2 module)
|
||||||
|
- Run the application script
|
||||||
|
- Select the PDF file
|
||||||
|
- Enter page numbers to be deleted
|
||||||
|
- Wait for confirmation
|
||||||
|
- New PDF file will be generated at the location of the script.
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|

|
||||||
|

|
Loading…
x
Reference in New Issue
Block a user