Giter Site home page Giter Site logo

pasanlaksitha / shazam-downloader Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 14 KB

Shazam Music Downloader is a Python application that automates the process of downloading playlists of recently Shazamed songs, as well as other identified music. The program reads a CSV file and downloads the songs from YouTube using Python libraries.

Python 100.00%
ffmpeg music-downloader playlistdownlaoder python shazam shazam-downloader youtubedl youtubesearch

shazam-downloader's Introduction


Technologies I use

CSS3 HTML5 XAMPP WooCommerce Linux Arduino WordPress Oracle Git

Coding Skills

Python CSS3 HTML5 Arduino PHP MySQL

Creative Skills

Blender Adobe XD Lightroom After Effects Premiere Pro Photoshop

Connect with me


Github Stats






shazam-downloader's People

Contributors

pasanlaksitha avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

shazam-downloader's Issues

AttributeError: module 'attr' has no attribute 'frozen'

After installing , the requirements, latest versions, i'm getting the error:

$ python3 shazam_music_downloader.py
Traceback (most recent call last):
  File "shazam_music_downloader.py", line 4, in <module>
    from youtubesearchpython import VideosSearch
  File "/home/udit/.local/lib/python3.8/site-packages/youtubesearchpython/__init__.py", line 1, in <module>
    from youtubesearchpython.search import Search, VideosSearch, ChannelsSearch, PlaylistsSearch, CustomSearch, ChannelSearch
  File "/home/udit/.local/lib/python3.8/site-packages/youtubesearchpython/search.py", line 1, in <module>
    from youtubesearchpython.core.constants import *
  File "/home/udit/.local/lib/python3.8/site-packages/youtubesearchpython/core/__init__.py", line 1, in <module>
    from .video import VideoCore
  File "/home/udit/.local/lib/python3.8/site-packages/youtubesearchpython/core/video.py", line 7, in <module>
    from youtubesearchpython.core.requests import RequestCore
  File "/home/udit/.local/lib/python3.8/site-packages/youtubesearchpython/core/requests.py", line 1, in <module>
    import httpx
  File "/home/udit/.local/lib/python3.8/site-packages/httpx/__init__.py", line 2, in <module>
    from ._api import delete, get, head, options, patch, post, put, request, stream
  File "/home/udit/.local/lib/python3.8/site-packages/httpx/_api.py", line 4, in <module>
    from ._client import Client
  File "/home/udit/.local/lib/python3.8/site-packages/httpx/_client.py", line 30, in <module>
    from ._transports.default import AsyncHTTPTransport, HTTPTransport
  File "/home/udit/.local/lib/python3.8/site-packages/httpx/_transports/default.py", line 30, in <module>
    import httpcore
  File "/home/udit/.local/lib/python3.8/site-packages/httpcore/__init__.py", line 1, in <module>
    from ._api import request, stream
  File "/home/udit/.local/lib/python3.8/site-packages/httpcore/_api.py", line 5, in <module>
    from ._sync.connection_pool import ConnectionPool
  File "/home/udit/.local/lib/python3.8/site-packages/httpcore/_sync/__init__.py", line 1, in <module>
    from .connection import HTTPConnection
  File "/home/udit/.local/lib/python3.8/site-packages/httpcore/_sync/connection.py", line 10, in <module>
    from .._synchronization import Lock
  File "/home/udit/.local/lib/python3.8/site-packages/httpcore/_synchronization.py", line 13, in <module>
    import trio
  File "/home/udit/.local/lib/python3.8/site-packages/trio/__init__.py", line 76, in <module>
    from ._dtls import DTLSEndpoint, DTLSChannel
  File "/home/udit/.local/lib/python3.8/site-packages/trio/_dtls.py", line 136, in <module>
    @attr.frozen
AttributeError: module 'attr' has no attribute 'frozen'

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.