Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyusbtool #141

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Update pyusbtool #141

wants to merge 4 commits into from

Conversation

phurley
Copy link

@phurley phurley commented Feb 27, 2025

Update supporting these command line args:

usage: pyusbtool.py [-h] [-s] [-v] config [destination]

Download and verify software files from a JSON configuration.

positional arguments:
  config         Path to the JSON configuration file.
  destination    Destination directory for downloaded files (default: current directory).

options:
  -h, --help     show this help message and exit
  -s, --skip     Skip MD5 checksum validation for existing files.
  -v, --version  Show script version and exit.

Also added progress bar if tqdm is available, but does not require it to be installed (still requires requests)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants