https://github.com/muhammadmuazen/pdf-pages-counter
This is a python simple python scripts that counts the sum of pages number in a certain directory
https://github.com/muhammadmuazen/pdf-pages-counter
pdf pypdf2 python simple simple-tools tool
Last synced: over 1 year ago
JSON representation
This is a python simple python scripts that counts the sum of pages number in a certain directory
- Host: GitHub
- URL: https://github.com/muhammadmuazen/pdf-pages-counter
- Owner: MuhammadMuazen
- Created: 2023-06-26T12:36:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T14:59:02.000Z (over 1 year ago)
- Last Synced: 2025-02-10T15:44:36.986Z (over 1 year ago)
- Topics: pdf, pypdf2, python, simple, simple-tools, tool
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdf-pages-counter
This is a simple python script that counts the sum of pages number for the PDF files in a certain directory
# Requirments
pip install pycryptodome
pip install PyPDF2