Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 7cefb9c

Browse files
authored
Update sonicideas.py
1 parent dfd4336 commit 7cefb9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sonicideas.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import tkinter as tk
22
from random import choice
3-
import pyttsx3, requests, json
3+
import pyttsx3
44

55
engine = pyttsx3.init()
66

77
slime = ["peanut butter", "garlic butter", "mayo", "ketchup", "lard", "liquid gallium", "orange juice", "oil", "fart juice", "rotten denmark", "skunk juice", "moldy", "pickle", "mustard", "rancid",\
8-
"spoiled"]
9-
main_course = ["sandwich", "burger", "chicken nuggets", "toilet paper", "bacon sandwich", "dead possum", "onion", "roadkill", "slushie"]
10-
dessert = json.loads(requests.get("https://raw.githubusercontent.com/BirdOffice-Suite/birdmenu/main/dessert.json"))
8+
"spoiled", "clippy", "whipped cream"]
9+
main_course = ["sandwich", "burger", "chicken nuggets", "toilet paper", "bacon sandwich", "dead possum", "onion", "roadkill", "slushie", "potato", "earthworm"]
10+
dessert = ["butter", "cookie", "potting soil", "bacon", "fbi agent", "cloud", "water", "mold", "cia agent", "nsa agent", "department of justice lawyer", "car salesman", "waffle"]
1111

1212
use_voice = 1
1313

@@ -31,8 +31,8 @@ def speak_text():
3131

3232
# Create the main window
3333
window = tk.Tk()
34-
window.title("BirdMenu v1.0")
35-
34+
window.title("BirdMenu v24.10 Beta")
35+
window.minsize(width=0, height=500)
3636
# Create a text box to display the generated food combinations
3737
text_box = tk.Text(window)
3838
text_box.pack(expand=True, fill='both')

0 commit comments

Comments
 (0)