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

Commit

Permalink
remove logo
Browse files Browse the repository at this point in the history
  • Loading branch information
adistomar committed Jun 16, 2022
1 parent 0ee3431 commit 632025b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions typeracer_cheat/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
root = Tk()

root.title("TypeRacer Cheat")
root.iconbitmap("typeracer_cheat/logo.png")

logo = PhotoImage(file="typeracer_cheat/logo.png")
logo1 = logo.subsample(2, 2)
Label(root, image=logo1).grid(row=0, column=2, columnspan=2, rowspan=2, padx=5, pady=5)
Label(root).grid(row=0, column=2, columnspan=2, rowspan=2, padx=5, pady=5)

username = ""
password = ""
Expand Down

0 comments on commit 632025b

Please sign in to comment.