oskvr37 / tiddl

Tidal Downloader - download tracks with single Python package ✨
Apache License 2.0
25 stars 2 forks source link

remove residual files when uninstalling #21

Closed bachig26 closed 3 months ago

bachig26 commented 3 months ago

the files like tiddl.log and .tiddl_config.json are left back after uninstalling the tiddl package.

maybe a message that these files might be left over can be added or if possible, a yes or no prompt can be provided to have it removed.

oskvr37 commented 3 months ago

There is no way to create post uninstall script that would remove these files or show message that files are left. I think the best solution is to leave the files here in case users would want to install package again and have their config remain in place.