Code in Place F.P: A simple file downloader

by Tarik B

Description

My project is a simple multi threaded file downloader.I used the request library to handle requests and responses from a server. i used the thread library to handle a range of bytes from the file and store them in a temporary file. At the end i write all the data into the final file.