├── .gitignore ├── LICENSE ├── README.md ├── setwall.sh ├── spotify_wait.py ├── wallkeys.py └── wallofsound.py /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nurh/wallofsound/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nurh/wallofsound/HEAD/README.md -------------------------------------------------------------------------------- /setwall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nurh/wallofsound/HEAD/setwall.sh -------------------------------------------------------------------------------- /spotify_wait.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nurh/wallofsound/HEAD/spotify_wait.py -------------------------------------------------------------------------------- /wallkeys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nurh/wallofsound/HEAD/wallkeys.py -------------------------------------------------------------------------------- /wallofsound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nurh/wallofsound/HEAD/wallofsound.py --------------------------------------------------------------------------------