I'm practicing python, writing a simple file downloader. I did it using Tkinter and it works. But the problem is that I can't open/show the downloaded file just after the download process is finished, like when we download and open the file in IDM (Internet Download Manager). actually, I want to add a msg box (after the download process is finished) that has an "open/show downloaded file" button. So, When the user presses the button, the file will be opened. Thank You All... IDM screenshot,,, my little program's GUI screenshot
Asked
Active
Viewed 20 times