Metadata-Version: 2.1
Name: eminem_lyric
Version: 1.0.4
Summary: A Python package for fetching Eminem song lyrics.
Home-page: https://github.com/emads22/eminem-lyric-package
Author: Emads
Author-email: ems22.dev@gmail.com
License: MIT
Keywords: eminem,lyric,lyrics,api
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# eminem_lyric

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

## Overview
**eminem_lyric** is a Python package designed for all Eminem stans out there. I have been an Eminem stan since the early 2000s, so if you've been a fan of Eminem's music since "The Slim Shady LP" or if you've recently discovered his talent, this package is for you. With **eminem_lyric**, you can easily access the lyrics of your favorite Eminem tracks, from his early hits to his latest releases. 

## Features
- **Easy to Use**: Retrieve lyrics with just a few lines of Python code.
- **Comprehensive**: Access lyrics for a wide range of Eminem songs.
- **Flexible**: Retrieve lyrics as plain text or in raw JSON format.

## Installation
You can install the eminem_lyric package via pip:

```bash
pip install eminem_lyric
```

For more information and usage instructions, visit the [PyPI page](https://pypi.org/project/eminem_lyric/).

## Documentation
For more detailed documentation, including API reference and usage examples, please visit the [documentation](https://github.com/emads22/eminem-lyric-package/tree/main/docs/index.md).

## Examples
Check out the [examples](https://github.com/emads22/eminem-lyric-package/tree/main/examples) directory for usage examples of the eminem_lyric package.

## Contributing
Contributions are welcome! Here are some ways you can contribute to the project:
- Report bugs and issues
- Suggest new features or improvements
- Submit pull requests with bug fixes or enhancements

## Author
- Emad &nbsp; E>
  
  [<img src="https://img.shields.io/badge/GitHub-Profile-blue?logo=github" width="150">](https://github.com/emads22)

## License
This project is licensed under the **MIT License**, which grants permission for free use, modification, distribution, and sublicense of the code, provided that the copyright notice (attributed to [emads22](https://github.com/emads22)) and permission notice are included in all copies or substantial portions of the software. This license is permissive and allows users to utilize the code for both commercial and non-commercial purposes.

Please see the [LICENSE](LICENSE) file for more details.
