Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 492 Bytes

This is a joke script based on the internet meme of the same nature.

image

Installation:

pip install -r requirements.txt

Running:

python gui.py

or, if you want to disable the exit button, run with the --unsafe flag.

Building

  pip install pyinstaller
  pyinstaller gui.spec

Ensure that the images folder and not_malware.ui are included with the created executable.