Giter VIP home page Giter VIP logo

git-tunes's Introduction

git-tunes

This project, created in Python and using PyQt, allows people to combine their Spotify playlists through a simple GUI so that they don't have to manually add each individual song to their playlists

I made this project as a sort of POC, and might explore this further? Depending on how I feel.

Table of Contents

Pre-requisites

You'll need the following applications to be installed:

  1. Python

    Python is used to authenticate and update your Spotify Playlists.

    Python can be installed from here.

  2. Chrome

    Chrome is used for authentication purposes, I might find a workaround, but deal with it for now.

    Chrome can be installed from here.

NOTE: To use the Spotify API, you can either create your own Spotify application and get your own client_id and client_secret OR you can contact me (see below), to get my application credentials (I need to verify your usage of the program), then you can go the .env file located in the project and copy and paste the contents within the .txt file I send you.

Getting started

Clone the repository to your location of choice, using the following command.

git clone https://github.com/aliL2000/git-tunes.git

You'll need to run the following commands to get the prerequisite packages installed on your system. You can either run this using a virtual environement (HIGHLY RECOMMENDED) or just install the packages on your local system.

pip install -r requirements.txt

Then, navigate to the /src directory using this command:

cd src

Then, run this command to begin the program:

python main.py

Contact Me

My name is Ali, I can be reached on my personal email here.

Future Development

Some features, ordered in terms of personal priority:

  • Check all songs button, essentially over-riding the one-by-one selection of each song.
  • Create a .exe, thereby circumnavigating the manual authentication information exchange I have to do with any new user.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.