Skip to content

c17hawke/windowsget

Repository files navigation

Windowsget: Python CLI

Basic usage -

Download file by passing your URL as argument after windowsget

windowsget https://myexample.com/file.txt

Download file by passing your URL as argument after windowsget and specify output path with filename.

windowsget https://myexample.com/file.txt -o mydir/myfile.txt

For more check the documentation given under the project links.