Kshatriyaprithviraj / Remote-control-spotify

Remote control with spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote-control-spotify β€‹πŸ”‰β€‹πŸŽΆβ€‹

A terminal application for spotify.πŸ”«

Features 🎊

You can search πŸ” for

  • artists
  • albums
  • play the searched content.

Toolset πŸ› 

Directory structure πŸ›‘

./
β”œβ”€β”€ app.py
β”œβ”€β”€ client
β”‚   β”œβ”€β”€ alignment.py
β”‚   β”œβ”€β”€ data_manager.py
β”‚   β”œβ”€β”€ empty_results_error.py
β”‚   β”œβ”€β”€ menu_item.py
β”‚   β”œβ”€β”€ menu.py
β”‚   └── panel.py
β”œβ”€β”€ config.yaml
β”œβ”€β”€ Pipfile
β”œβ”€β”€ Pipfile.lock
β”œβ”€β”€ pyotify
β”‚   β”œβ”€β”€ auth
β”‚   β”‚   β”œβ”€β”€ auth_method.py
β”‚   β”‚   β”œβ”€β”€ authorization.py
β”‚   β”‚   β”œβ”€β”€ auth.py
β”‚   β”‚   └── __init__.py
β”‚   └── core
β”‚       β”œβ”€β”€ album.py
β”‚       β”œβ”€β”€ artist.py
β”‚       β”œβ”€β”€ config.py
β”‚       β”œβ”€β”€ exceptions.py
β”‚       β”œβ”€β”€ __init__.py
β”‚       β”œβ”€β”€ parameter.py
β”‚       β”œβ”€β”€ player.py
β”‚       β”œβ”€β”€ request.py
β”‚       β”œβ”€β”€ request_type.py
β”‚       β”œβ”€β”€ search.py
β”‚       └── search_type.py
β”œβ”€β”€ README.md
β”œβ”€β”€ spotify_auth.py
└── templates
    └── index.html

To run πŸƒπŸ»β€β™‚οΈ

git clone https://github.com/Kshatriyaprithviraj/Remote-control-spotify.git
cd ./remote*
pipenv shell
pipenv install
python app.py

Cheers! πŸ₯‚

About

Remote control with spotify


Languages

Language:Python 98.0%Language:HTML 2.0%