Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p741633/py-utils
https://github.com/p741633/py-utils
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/p741633/py-utils
- Owner: p741633
- Created: 2024-10-10T06:53:41.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-09T04:15:41.000Z (15 days ago)
- Last Synced: 2024-12-09T05:20:51.540Z (14 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Utilities
- `pdf-corrupted-checker.py`: Checks if a PDF file is corrupted. It uses the PyPDF2 library.
- `zip_corrupted_checker.py`: Checks if a ZIP file is corrupted. It uses the zipfile library.
- `rar_corrupted_checker.py`: Checks if a RAR file is corrupted. It uses the patoolib library.## General Options:
```
python rar_corrupted_checker.py -d /folder -r -o ./output.csv
```-h, --help Print this help text and exit
-d, --dirpath Directory to check
-r, --recursive Recursive check
-o, --output Output file (CSV)