NVIDIA-Driver-Downloader
NVIDIA-Driver-Downloader copied to clipboard
Allows you to download NVIDIA Game Ready and Studio drivers via the command-line. Made with 🐍 Python!
NVIDIA Driver Downloader
Allows you to download NVIDIA Game Ready and Studio drivers via the command-line!
Made with 🐍 Python!
Usage:
--download <Driver Version>| Download a specified driver version.
--download| Download the latest driver.--list| Return a list of driver versions.--extract <Driver File>| Extract the specified driver package.--studio| Set the driver type to Studio. (Default: Game Ready)--standard| Set the driver type to Standard. (Default: DCH)--output <Directory>| Specify the output directory.
--output| Set the output directory to the current working directory.--update| Check if the currently installed NVIDIA driver is outdated or not.--full| Sets the driver package type to Full.--components [Components]| Specify which components to include when extracting a driver package.--setup| Run the extracted driver package setup.--flags [Flags ...]| Pass flags to NVDDL.
Alternatives
Alternatives to NVDDL!
- Zusier's NVIX: https://github.com/Zusier/NVIX
Wiki
Check out NVDDL's Documentation/Wiki: Documentation/Wiki
Releases
Install via Scoop
scoop install https://raw.githubusercontent.com/couleur-tweak-tips/utils/main/bucket/nvddl.json
Find pre-compiled binaries here:
GitHub Releases
NOTE: Make sure to have 7-Zip installed your system or driver extraction functionalities won't work!
Requirements
Note: Only required if you are dealing with the source code.
External PIP Packages used by NVIDIA Driver Downloader:
pip install wmi
Build
-
Install the following using
pip:pip install nuitka zstandard ordered-set -
Go into the
srcfolder and runbuild.bat.