Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainStabs authored Jul 23, 2024
1 parent 38c633a commit 67a3c25
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 67a3c25

Please sign in to comment.