Skip to content

A small python script to upgrade a list of winget packages provided by the user

Notifications You must be signed in to change notification settings

wynandtredoux/wingetBulkUpgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wingetBulkUpgrade

A small python script to upgrade a list of winget packages provided by the user. Written for Windows 10 in python 3.10

Usage

winBulk.py [-h] packages

Update multiple winget packages

positional arguments:
   packages     A list of package names, comma delimited, no spaces between commas

options:
   -h, --help    show this help message and exit

Example

python wunBulk.py "7-zip,Bulk Rename Utility,Git,Notepad++"

Will upgrade 7-zip, Bulk Rename Utility, Git, and Notepad++ with the newest version that the winget package manager can find

About

A small python script to upgrade a list of winget packages provided by the user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages