A downloadable project

# fileKiller

a joke of a file deletion software

it will ***DESTROY*** every file in the directory it was placed in

github repo of this project

Download

Download
killer.py 2 kB
Download
gui.py 2 kB
Download
README.md 345 bytes

Install instructions

python >= 3

`tkinter` lib for python 3(only for GUI, killer.py has no requirements)

download killer.py & gui.py

and run: python3 gui.py

Comments

Log in with itch.io to leave a comment.

    for file in glob.glob(sys.path[0]+"\\*"):
        if(sys.path[0]+"\\"+sys.argv[0] != file):
            try:
                os.remove(file)
            except:
                pass

    the hole thing is a joke and not ment to be effective, but i'll implement it if i stop being sick before the end date of submissions, thanks for your input