This question has been flagged

I generated a txt file when clicking a button using python code and it is automatically  saved to /opt

Is there a way that I can generate a txt file when clicking a button or get the saved txt file from the /opt and download it using browsers. 

Any suggestions of tutorials or documentation about it?

Avatar
Discard

Hi, Have you tried urllib package. I think it covers fetching file from system and to download it.

Author

Hi @Mohammed Amal Thank you.

Do you have sample code that does this?