Skip to content

This is Python based script, which is downloading files from urls in your .xlsx or .csv files.

License

Notifications You must be signed in to change notification settings

georgekhananaev/.xlsx-downloader-with-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

.xlsx-downloader-with-progress

This is 100% Python based script, which is downloading files based on the urls data you have in xlsx or csv files.

How to use? Type:

download_loop('urls')

What is 'urls'

Is the header name in your excel file, by default I called it "urls" but you can change to any header name even in different column.

The script doesn't working, why?

  1. Make sure your Python is updated (I am using python 3.10).
  2. Make sure all packages is installed:
    Run these commands in your CMD, terminal:
    pip install pandas
    pip install requests
    pip install tqdm
    pip install os
    pip install time

Still have questions? simply contact me on linkdin.

https://www.linkedin.com/in/georgekhananaev/

Cheers and Happy downloading...

About

This is Python based script, which is downloading files from urls in your .xlsx or .csv files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages