Spotofy is a free music player client without ads to listen to and download your favorite music.
A. Use git
- Use the following command to download Spotofy
git clone https://github.com/tn3w/Spotofy
- Go to the downloaded folder
cd Spotofy
- Install all required packages
Or create a virtual environment with python3-venv and install the packages
python3 -m pip install -r requirements.txt
python3 -m venv .venv .venv/bin/python -m pip install -r requirements.txt
- Launch Spotofy
Or with a virtual environment:
python3 main.py
.venv/bin/python main.py
B. (Recommended for TOR users) Install via ZIP
- Click here to download the ZIP file as a normal user or here Mirror 1 Mirror 2 as a Tor user
- Extract the downloaded ZIP packet with a packet manager or with the following command on Linux:
Use the following if you downloaded it from the Tor Hidden Service:
unzip Spotofy-master.zip -d Spotofy
unzip Spotofy.zip -d Spotofy
- Go to the extracted folder
cd Spotofy
- Install all required packages
Or create a virtual environment with python3-venv and install the packages
python3 -m pip install -r requirements.txt
python3 -m venv .venv .venv/bin/python -m pip install -r requirements.txt
- Launch Spotofy
Or with a virtual environment:
python3 main.py -h
.venv/bin/python3 main.py -h
- Approximately the same functionality as Spotify
- Supplement music library with YouTube
- Free of charge / Open Source
- Use as few Api keys as possible