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

Heroku

Built for developers, by developers.

Whether you're building a simple prototype or a business-critical product, Heroku's fully-managed platform gives you the simplest path to delivering apps quickly — using the tools and languages you already love!

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

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay