This repository was archived by the owner on Aug 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +57
-2
lines changed
Expand file tree Collapse file tree 2 files changed +57
-2
lines changed Original file line number Diff line number Diff line change 1- # Spicetify_Manager
1+ # Spicetify Manager
22
3- Manage spicetify from an easy to use gui written in pyqt6
3+ A project for installing and managing Spicetify from a Gui written in python
4+
5+ ![ Logo] ( /.ghres/preview.png )
6+
7+ ## Roadmap
8+
9+ - Include old manager menu in patcher
10+
11+ - Run after spotify startup (check for updates)
12+
13+ - Add custom patches / themes in application
14+
15+ - ... Clean up stuff
16+
17+ - Test on Linux / Mac
18+
19+ ## Installation and Running
20+
21+ Download project from Github and install dependencies
22+
23+ ``` bash
24+ git clone https://github.com/Protonosgit/Spicetify_Manager.git
25+
26+ python -m pip install pyqt6
27+ python -m pip install pyqt6-tools
28+
29+ python main.py
30+ ```
31+
32+ ### Important!
33+
34+ Only the main.py file will start the application!
35+ The other files are dynamically used as components.
36+
37+ ## Usage Guide
38+
39+ [ 1] After running the main.py file wait for 5 - 8 sec till the menu shows up
40+
41+ [ 2] Click on install and wait for the process to finish
42+
43+ [ 3] Inside the spotify window search for the shopping cart in the sidebar on the left
44+
45+ [ 4] Click on the icon and download your favorite themes, addons and more...
46+
47+ ### Uninstalling
48+
49+ Simply click on uninstall in the managers window and wait until spotify has restarted
50+
51+ ### Updating
52+
53+ Clicking on the update button will check for version numbers first before initiating the download sequence
54+
55+ ## Acknowledgements
56+
57+ - [ Spicetify] ( https://spicetify.app/ )
58+ - [ Marketplace] ( https://github.com/spicetify/spicetify-marketplace )
You can’t perform that action at this time.
0 commit comments