Skip to content

Commit

Permalink
for executables
Browse files Browse the repository at this point in the history
  • Loading branch information
BaranDev committed Apr 3, 2024
1 parent bfcce30 commit 4b096d0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion animation_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def play_cool_cat_animation():

print("Press Enter to exit...")
for frame in CAT_FRAMES:
if keyboard.on_press: # Check if Enter key has been pressed
if keyboard.is_pressed("enter"): # Check if Enter key has been pressed
break # Exit the loop if Enter is pressed
print("\033c", end="") # Clear the console
print(frame)
Expand Down
Binary file added barandev.ico
Binary file not shown.
Binary file added spicetify_updater_win.zip
Binary file not shown.
24 changes: 12 additions & 12 deletions styling.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,16 +149,16 @@

# ASCII Art for BARANDEV banner
BANNER = """
██████╗ █████╗ ██████╗ █████╗ ███╗ ██╗██████╗ ███████╗██╗ ██╗
██╔══██╗██╔══██╗██╔══██╗██╔══██╗████╗ ██║██╔══██╗██╔════╝██║ ██║
██████╔╝███████║██████╔╝███████║██╔██╗ ██║██║ ██║█████╗ ██║ ██║
██╔══██╗██╔══██║██╔══██╗██╔══██║██║╚██╗██║██║ ██║██╔══╝ ╚██╗ ██╔╝
██████╔╝██║ ██║██║ ██║██║ ██║██║ ╚████║██████╔╝███████╗ ╚████╔╝
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═════╝ ╚══════╝ ╚═══╝
███████╗██████╗ ██╗ ██████╗███████╗████████╗██╗███████╗██╗ ██╗ ██╗ ██╗██████╗ ██████╗ █████╗ ████████╗███████╗██████╗ ██╗ ██╗██████╗
██╔════╝██╔══██╗██║██╔════╝██╔════╝╚══██╔══╝██║██╔════╝╚██╗ ██╔╝ ██║ ██║██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██╔══██╗ ██║ ██║╚════██╗
███████╗██████╔╝██║██║ █████╗ ██║ ██║█████╗ ╚████╔╝ ██║ ██║██████╔╝██║ ██║███████║ ██║ █████╗ ██████╔╝ ██║ ██║ █████╔╝
╚════██║██╔═══╝ ██║██║ ██╔══╝ ██║ ██║██╔══╝ ╚██╔╝ ██║ ██║██╔═══╝ ██║ ██║██╔══██║ ██║ ██╔══╝ ██╔══██╗ ╚██╗ ██╔╝██╔═══╝
███████║██║ ██║╚██████╗███████╗ ██║ ██║██║ ██║ ╚██████╔╝██║ ██████╔╝██║ ██║ ██║ ███████╗██║ ██║ ╚████╔╝ ███████╗
╚══════╝╚═╝ ╚═╝ ╚═════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝
██████╗ █████╗ ██████╗ █████╗ ███╗ ██╗██████╗ ███████╗██╗ ██╗
██╔══██╗██╔══██╗██╔══██╗██╔══██╗████╗ ██║██╔══██╗██╔════╝██║ ██║
██████╔╝███████║██████╔╝███████║██╔██╗ ██║██║ ██║█████╗ ██║ ██║
██╔══██╗██╔══██║██╔══██╗██╔══██║██║╚██╗██║██║ ██║██╔══╝ ╚██╗ ██╔╝
██████╔╝██║ ██║██║ ██║██║ ██║██║ ╚████║██████╔╝███████╗ ╚████╔╝
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═════╝ ╚══════╝ ╚═══╝
██╗ ██╗██████╗ ██████╗ █████╗ ████████╗███████╗██████╗ ██╗ ██╗██████╗
██║ ██║██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██╔══██╗ ██║ ██║╚════██╗
██║ ██║██████╔╝██║ ██║███████║ ██║ █████╗ ██████╔╝ ██║ ██║ █████╔╝
██║ ██║██╔═══╝ ██║ ██║██╔══██║ ██║ ██╔══╝ ██╔══██╗ ╚██╗ ██╔╝██╔═══╝
╚██████╔╝██║ ██████╔╝██║ ██║ ██║ ███████╗██║ ██║ ╚████╔╝ ███████╗
╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝
"""

0 comments on commit 4b096d0

Please sign in to comment.