Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Downloader Script

Cloning -

git clone https://github.com/jetale/file_downloader

Example usage -

from file_downloader import downloader

downloader_obj = downloader.FileDownloader()
downloader_gen = downloader_obj.download_and_return()  # This downloades the files and returns the path
first_two_files = next(downloader_gen)   # This downloads and returns the file paths for the first row

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages