https://github.com/barandev/spicetify-updater
A simple CLI tool to update your Spicetify. Supports Linux distros, MacOS and Windows.
https://github.com/barandev/spicetify-updater
ascii-art automation cli cross-platform keyboard linux macos open-source pygame python spicetify spicetify-apps spicetify-custom-apps spotify updater windows
Last synced: 4 months ago
JSON representation
A simple CLI tool to update your Spicetify. Supports Linux distros, MacOS and Windows.
- Host: GitHub
- URL: https://github.com/barandev/spicetify-updater
- Owner: BaranDev
- License: mit
- Created: 2023-06-09T12:20:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:19:23.000Z (about 2 years ago)
- Last Synced: 2025-06-01T11:59:24.005Z (about 1 year ago)
- Topics: ascii-art, automation, cli, cross-platform, keyboard, linux, macos, open-source, pygame, python, spicetify, spicetify-apps, spicetify-custom-apps, spotify, updater, windows
- Language: Python
- Homepage:
- Size: 133 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Spicetify Updater
## Introduction
This Python application automates the updating process of Spicetify, a CLI tool for customizing Spotify. It checks for Spicetify's installation, updates it if necessary, and offers an entertaining ASCII cool cat animation with background music as a bonus feature. The script supports both Windows and Linux/macOS systems, ensuring a broad compatibility range.
## Features
- Checks and prompts for Spicetify installation if not found.
- Automatically updates Spicetify to the latest version if it's outdated.
- Entertains you with an ASCII art cool cat animation accompanied by background music (played by me).
- Offers cross-platform support, running seamlessly on Windows, Linux, and macOS.
## Setup
### Prerequisites
- Python 3.6 or higher.
- Dependencies include Pygame for audio playback and the Keyboard library for detecting key presses.
### Installation
1. Clone the repository to your local machine:
```
git clone https://your-repository-url.git
```
2. Navigate to the project directory:
```
cd spicetify-updater
```
3. Install the necessary Python packages:
```
pip install -r requirements.txt
```
## Usage
To run the script, execute the following command in your terminal:
```
python main.py
```
Follow the on-screen prompts to update Spicetify or enjoy the cool cat animation.
## Contributing
Contributions to enhance the project are warmly welcomed. Feel free to submit pull requests or open issues for any bugs you encounter or feature suggestions you might have.
## License
This project is released under the MIT License. See the [LICENSE](LICENSE.txt) file for more details.