Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 537 Bytes

File metadata and controls

9 lines (8 loc) · 537 Bytes

Python-Download-manage

A simple download manager in Python Language. Using some basic library like "requests and progressbar2". Basically these two library is work very important roll like 'requests' lib. is download any think from internet and 'progressbar2' lib. is show the progressbar according to download.

Open File & Execution

Open downloder.py ,copy the code and paste any editor, then save the file from .py extention and open teminal on linux or CMD on window. Then write this comand 'python downloder.py' and hit Enter.