From 67a3c25dc805f2006b241494207e0ac7e9f28d19 Mon Sep 17 00:00:00 2001 From: CaptainStabs <40151222+CaptainStabs@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:48:26 -0400 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d080336..4cd7d7c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ This is a joke script based on the internet meme of the same nature. ![image](https://github.com/user-attachments/assets/eab62f1b-1941-4cf5-9765-3fc3b871b07b) + + + +# Installation: + +```pip install -r requirements.txt``` + +# Running: + +```python gui.py``` + +# Building + +``` + pip install pyinstaller + pyinstaller --onefile --windowed --icon=dolphin.ico gui.py +```