Metadata-Version: 2.1
Name: LyricsPy
Version: 0.1.2.post2
Summary: search lyrics on letras.mus
Home-page: https://github.com/amanoteam/LyricsPy
Author: AmanoTeam
Author-email: contact@amanoteam.ml
License: UNKNOWN
Description: <h6 align="center">
          <img src="https://piics.ml/i/011.png" alt="LyricsPy" height="250px">
          <h5 align="center">A library to search for music lyrics.</h5>
        </h6>
        
        
        ## Installation:
        
        LyricsPy can be installed using pip from PyPI or from GitHub
        
        #### via PyPI using pip:
        
        ```bash
        pip install -U lyricspy
        ```
        
        #### via GitHub using pip+git:
        
        ```bash
        pip install -U git+https://github.com/AmanoTeam/LyricsPy
        ```
        
        ## Usage:
        
        To use LyricsPY is easy, but let's see some examples:
        
        ### First example:
        
        ```python
        import lyricspy
        
        search = lyricspy.auto("Hello")[0]
        
        # Print author name
        print(search["autor"])
        
        # Print music title
        print(search["musica"])
        
        # Print music lyrics
        print(search["letra"])
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
