rzLyricFind


NamerzLyricFind JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/indobyte/rzLyricFind
SummaryEasy Way To find lyric
upload_time2024-02-27 03:53:55
maintainer
docs_urlNone
authorReza
requires_python
license
keywords pypi python automation cicd lyricfind rzlyricfind
VCS
bugtrack_url
requirements requests bs4 urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lyric-song-scrapper
* Simply Code For Search Lyric Song By : https://www.lyricsfreak.com

## Instaliation
```bash
git clone https://github.com/rezzaapr/lyric-song-scrapper
cd lyric-song-scrapper
pip3 install -r requirements.txt
```

## Usage Example
```python
from lirik import search #Importing Module

a = search('Give Me Novacaine') #Title Of Song
b = a.result()
print(b)

```
## Preview Output 
```
Take away the sensation inside
Bitter sweet migraine in my head
It's like a throbbing tooth ache of the mind
I can't take this feeling anymore

Drain the pressure from the swelling,
This sensations overwhelming,
Give me a long kiss goodnight
And everything will be alright
Tell me that I won't feel a thing
So give me Novacaine
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/indobyte/rzLyricFind",
    "name": "rzLyricFind",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pypi,python,automation,cicd,lyricFind,rzLyricFind",
    "author": "Reza",
    "author_email": "neobyteid@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0f/3d/9bf81705726dec0be96e2f5013a9f87c6a673bef3b374e80bd2d975b1eec/rzLyricFind-1.0.0.tar.gz",
    "platform": null,
    "description": "# lyric-song-scrapper\n* Simply Code For Search Lyric Song By : https://www.lyricsfreak.com\n\n## Instaliation\n```bash\ngit clone https://github.com/rezzaapr/lyric-song-scrapper\ncd lyric-song-scrapper\npip3 install -r requirements.txt\n```\n\n## Usage Example\n```python\nfrom lirik import search #Importing Module\n\na = search('Give Me Novacaine') #Title Of Song\nb = a.result()\nprint(b)\n\n```\n## Preview Output \n```\nTake away the sensation inside\nBitter sweet migraine in my head\nIt's like a throbbing tooth ache of the mind\nI can't take this feeling anymore\n\nDrain the pressure from the swelling,\nThis sensations overwhelming,\nGive me a long kiss goodnight\nAnd everything will be alright\nTell me that I won't feel a thing\nSo give me Novacaine\n```",
    "bugtrack_url": null,
    "license": "",
    "summary": "Easy Way To find lyric",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/indobyte/rzLyricFind"
    },
    "split_keywords": [
        "pypi",
        "python",
        "automation",
        "cicd",
        "lyricfind",
        "rzlyricfind"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f3d9bf81705726dec0be96e2f5013a9f87c6a673bef3b374e80bd2d975b1eec",
                "md5": "07d8d41fc8de88ca8c5462b7e92d9790",
                "sha256": "5b0f162df78bd9988f764a6a526c2efd7a57b4388080d26af92317779ec97c42"
            },
            "downloads": -1,
            "filename": "rzLyricFind-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "07d8d41fc8de88ca8c5462b7e92d9790",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2623,
            "upload_time": "2024-02-27T03:53:55",
            "upload_time_iso_8601": "2024-02-27T03:53:55.445914Z",
            "url": "https://files.pythonhosted.org/packages/0f/3d/9bf81705726dec0be96e2f5013a9f87c6a673bef3b374e80bd2d975b1eec/rzLyricFind-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 03:53:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "indobyte",
    "github_project": "rzLyricFind",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "bs4",
            "specs": []
        },
        {
            "name": "urllib3",
            "specs": []
        }
    ],
    "lcname": "rzlyricfind"
}
        
Elapsed time: 0.18802s