Allows you to download NVIDIA Game Ready and Studio drivers via the command-line!
Made with π Python!
--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 to NVDDL!
- Zusier's NVIX: https://github.com/Zusier/NVIX
Check out NVDDL's Documentation/Wiki: Documentation/Wiki
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!
Note: Only required if you are dealing with the source code.
External PIP Packages used by NVIDIA Driver Downloader:
pip install wmi
-
Install the following using
pip
:pip install nuitka zstandard ordered-set
-
Go into the
src
folder and runbuild.bat
.