Skip to content

A file downloader Program/Library made with Python

License

Notifications You must be signed in to change notification settings

Kabir404/down.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

down.py

A simple File Downloader program/library made with Python.

Dependencies

Python Deps.

  • Python 3.9.7+
  • Python PIP

Python Modules

Usage

For normal usage

python3 down.py <HTTP Direct Download>

For using it in scripts as a library

import down

down.download("<HTTP Direct Download>",False) #The first is the download link and the second option is 
                                              #if you want to show the time after the download is compleate

It will download the file where the script is executed.

About

A file downloader Program/Library made with Python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages