├── README.md ├── download.py ├── img ├── bg.jpg ├── download button.png ├── path 4.jpg ├── spotify.ico └── transparent.ico ├── main.py ├── path └── path.txt └── set_path.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questhunter/Spotify-Downloader-GUI/HEAD/README.md -------------------------------------------------------------------------------- /download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questhunter/Spotify-Downloader-GUI/HEAD/download.py -------------------------------------------------------------------------------- /img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questhunter/Spotify-Downloader-GUI/HEAD/img/bg.jpg -------------------------------------------------------------------------------- /img/download button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questhunter/Spotify-Downloader-GUI/HEAD/img/download button.png -------------------------------------------------------------------------------- /img/path 4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questhunter/Spotify-Downloader-GUI/HEAD/img/path 4.jpg -------------------------------------------------------------------------------- /img/spotify.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questhunter/Spotify-Downloader-GUI/HEAD/img/spotify.ico -------------------------------------------------------------------------------- /img/transparent.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questhunter/Spotify-Downloader-GUI/HEAD/img/transparent.ico -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questhunter/Spotify-Downloader-GUI/HEAD/main.py -------------------------------------------------------------------------------- /path/path.txt: -------------------------------------------------------------------------------- 1 | C:/Users/Erlik/Downloads -------------------------------------------------------------------------------- /set_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questhunter/Spotify-Downloader-GUI/HEAD/set_path.py --------------------------------------------------------------------------------