DEV Community

Umesh Adabala
Umesh Adabala

Posted on

3 1

FilePyle

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

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (2)

Collapse
 
777advait profile image
Advait Jadhav

thnx for ur efforts bud, very well explained!<3

Collapse
 
umeshlab profile image
Umesh Adabala

My pleasure

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs