This is a joke script based on the internet meme of the same nature.
pip install -r requirements.txt
python gui.py
or, if you want to disable the exit button, run with the --unsafe
flag.
pip install pyinstaller
pyinstaller gui.spec
Ensure that the images
folder and not_malware.ui
are included with the created executable.