Skip to content

p-r-i-t-h-v-i/Remote-control-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published