deleter 0.1.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

deleter 0.1.1

deleter



Automatically remove python scripts from disk after execution.
Main purpose is to delete single file executables generated by PyInstaller.
Deleter does not support deleting mult-file scripts.
Installation
From PyPI
pip install deleter -U

From sources
git clone https://github.com/desty2k/deleter.git
cd deleter
pip install .

Usage
Delete app at exit
import deleter

deleter.register()

# your code

Cancel app deletion
import deleter

deleter.register()
# your code
# cames out that we do not need to delete app
deleter.unregister()
# executable stays on disk

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.