Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/p741633/py-utils


https://github.com/p741633/py-utils

Last synced: 7 days ago
JSON representation

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)