aiden04 / spicetify-gui

A user friendly graphical user interface for spicetify-cli to really bring spotify to the next level.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development has ended, Spicetify-GUI will no longer recieve updates. Updates to spicetify-cli may leave this project broken and unable to install spicetify!

Spicetify GUI

Welcome to Spicetify-GUI, a program that offers a graphical user interface for the Spicetify-CLI project. With spicetify, you can have full control over your spotify. When using the Community Made Themes, you can polish your spotify to however you like. With the Comunity Made Extensions, you can control your spotify in many different ways. Finally with Custom Apps, you can have reddit integration, raw lyrics, and more.

For Spicetify License

Requirements

This software requires three other software in order to run, these are:

Installation

The installation for Spicetify-GUI is very easy and straight foward. There are two methods, these methods are automatic or manual.

Automatic

The automatic way is as easy as downloading the releases and launching the Installer.bat. This will update pip, then install the requirements, and finally create an executable. You can choose to move the root folder to where you want, then create a shortcute on the desktop.

Manual

Open a command prompt and paste this code into the console:

git clone https://github.com/aiden04/spicetify-gui.git
cd spicetify-gui
pip install -r requirements.txt
pyinstaller --onefile --windowed --name Spicetify-GUI --noupx -i "src/spicetify-logo.ico" --distpath "spicetify-gui" "spicetify.pyw" --clean
RMDIR /Q/S build
RMDIR /Q/S spicetify-gui
del /f Spicetify-GUI.spec
powershell -ExecutionPolicy Bypass -File "src/install.ps1"
powershell -ExecutionPolicy Bypass -File "src/market-install.ps1"

This will install the requirements, and create an executable. You can choose to move the root folder to where you want, then create a shortcute on the desktop.

Features

Spicetify offers many features like oneclick easyinstall for Spicetify-CLI, Spotify, and many more!.

  • Easy edit to Spicetify-CLI config file
  • Simple way to change theme
  • Simple way to add Extensions
  • Simple way to add Apps
  • Built in Command Line Interface for quick debugging and Spicetify-CLI settings
  • Easy Install Spotify

Media

Main Menu

Apps

Themes

Extensions

More about Spicetify-CLI

This project wouldn't be possible if it weren't for the great people behind the Spicetify-CLI Project. Everyone should definetly go check out their website.

License

MIT License

Copyright (c) 2022 aiden04

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A user friendly graphical user interface for spicetify-cli to really bring spotify to the next level.

License:MIT License


Languages

Language:Python 52.7%Language:PowerShell 28.6%Language:Batchfile 18.7%