Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
wording improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
thecooldoggo authored Jan 11, 2024
1 parent df93c77 commit 848790c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def stop():
canvas.pack(fill="both", expand=True)
bg_image = PhotoImage(file="bg1.png")
canvas.create_image(0, 0, image=bg_image, anchor="nw")

label = tk.Label(text="Enter your messages to send above: (one per line)")
label = tk.Label(text="Enter your messages to send above: (one per line) When you press start you will have 5 seconds to click on the roblox window.")
label.pack()

def get_messages():
Expand All @@ -57,4 +56,4 @@ def start_with_delay():
stop_button = tk.Button(window, text="Stop Script", command=stop)
stop_button.pack()

window.mainloop()
window.mainloop()

0 comments on commit 848790c

Please sign in to comment.