I am designing application which is a similar to wget and i am stuck between how to implement progress bar that flushes every time the screen to show current status of the file download.
I have uses "cls or clear " command by calling os.system but it doesnot works interactive way like wget can anybody suggest me how to do possible