Path config
This module provides a function to configure the path for a file and print its hash.
Functions:
| Name | Description |
|---|---|
path_config |
Prompts the user for a file path, checks if the file exists, |
path_config()
Prompts the user for a file path, checks if the file exists, and prints its hash. If the file does not exist, it prints "File not found".
Source code in verdict_hasher/path_config.py
14 15 16 17 18 19 20 21 22 23 24 | |