/python-lyrics-bot

Lyrics Search Bot is a web application developed using Flask that allows users to search for song lyrics using the Genius API. With this application, users can input either a sample of lyrics or the song name to retrieve information such as the title, artist, and a link to the lyrics on the Genius website.

Primary LanguagePython

Lyrics Search Bot

This is a Flask web application that allows users to search for song lyrics using the Genius API.

How to Use

Clone the Repository

  1. Open your terminal.
  2. Navigate to the directory where you want to clone the project.
  3. Run the following command:
  4. git clone https://github.com/awortuibenem/python-lyrics-bot.git

Install Dependencies

  1. Navigate to the project directory:
  2. Install the required Python packages using pip: pip install -r requirements.txt

Run the Application

  1. Make sure you are in the project directory.

  2. Run the following command: python app.py

  3. Open your web browser and go to http://localhost:5000 to access the application.

Contributing

If you would like to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.