Metadata-Version: 2.1
Name: spotpl
Version: 1.1.0
Summary: Download youtube songs in mp3 format and plays them
Home-page: https://github.com/rpotter12/spotify-downloader-music-player
Author: Rohit Potter
Author-email: rohitpotter12@gmail.com
License: MIT
Download-URL: https://pypi.org/project/spotpl/
Description: # spotify-downloader-music-player
        
        - A GUI version of [spotify-downloder](https://github.com/ritiek/spotify-downloader) of [Ritiek Malhotra](https://github.com/ritiek).
        - It is one kind of mp3 music player which can download musics.
        - It can download music from YouTube in MP3 format and can play them.
        - It can download songs directly by typing name or typing the link.
        - It can download the whole album by the link.
        
        ## Technologies
        - python
        - tkinter(GUI library) 
        
        Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python's de facto standard GUI. Tkinter is included with standard Linux, Microsoft Windows and Mac OS X installs of Python. The name Tkinter comes from Tk interface.
        
        ## Requirements installation
        - `sudo apt install python3-tk`
        
        ## How to install the project into PC
        - `pip3 install spotpl`
        - `spotpl`
        
        ## Contributing
          Check out [CONTRIBUTING.md](https://github.com/rpotter12/spotify-downloader-music-player/blob/master/CONTRIBUTING.md) for more info.
        
        ## License 
          [MIT License](https://github.com/rpotter12/spotify-downloader-music-player/blob/master/LICENSE)
        
        (If you like the project, support us by staring the project)
        
Keywords: spotify,downloader,download,music,youtube,mp3,album,metadata
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
