Nuxtstop

For all things nuxt.js

FilePyle

5 2

Hey all it is been a while writing a post to dev.to.
I am going to write a post about a filepyle a file downloader made using python by Advait Jadhav.
Github
While writing this post the version of file pyle is 0.1.2.
It similar to scoop,wget,curl. But this can run in any OS that has python installed.
Now let's use it

  1. Clone the github repo.
    git clone https://github.com/777advait/FilePyle/

  2. Install the dependencies.
    pip install -r requirements.txt
    3.Install filepyle
    python setup.py install
    4.Now let's use filepyle
    filepyle --url <url/to/the/file> --path <path/where/files/will/be/downloaded>

Example of downloading python into downloads folder :-
filepyle --https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe --path ~/Downloads
Image description

Thanks,
Umesh