Files
HyPyUtils/README.md
T
2024-12-10 06:35:41 -05:00

22 lines
628 B
Markdown

# HyPyUtils
HyDEV Utils for Python
`pip install hypy_utils`
## Modules
Some modules have extra requirements that are not installed along with hypy_utils. These are listed below:
| Module | Requirements |
|--------------------|--------------------------|
| `tqdm_utils` | tqdm |
| `downloader` | tqdm, requests |
| `scientific_utils` | numpy, numba, matplotlib |
| `git_utils` | dateutil |
## BadBlocks - A bad block scanning utility for Linux
![badblocks-2](docs/badblocks.png)
Usage: `python3 -m hypy_utils.badblocks -d /dev/sda`