├── LICENSE ├── README.md ├── requirements.txt └── spotify_song_title.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avnsx/Spotify-Song-Title/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avnsx/Spotify-Song-Title/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pywinauto>=0.6.8 2 | psutil>=5.8.0 3 | pywin32>=301 4 | -------------------------------------------------------------------------------- /spotify_song_title.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Avnsx/Spotify-Song-Title/HEAD/spotify_song_title.py --------------------------------------------------------------------------------