Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.54 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.54 KB

YouTube Music Desktop App

Overview

YouTube Music Desktop App is a desktop application designed to stream YouTube Music using Google API and PyQt. It offers a native-like experience for YouTube Music, enabling users to enjoy their favorite music seamlessly on their desktop.

Features

  • Stream YouTube Music: Access and play music from YouTube Music.
  • User Authentication: Secure Google API-based authentication.
  • User Interface: Clean and responsive UI built with PyQt.
  • Search Functionality: Find songs, albums, and artists easily.
  • Playlist Management: Create and manage playlists.

Installation

  1. Clone the Repository:

    git clone https://github.com/nillovych/Youtube-Music-Desktop-App.git
    cd Youtube-Music-Desktop-App
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Run the Application:

    python main.py

Usage

  • Launch the app and log in with your Google account.
  • Use the search bar to discover music.
  • Play music directly within the app.
  • Manage playlists effortlessly.

Project Structure

  • app/: Main application code.
  • services/: API interaction services.
  • utils/: Utility functions and helpers.
  • main.py: Application entry point.
  • build.py: Build script for the application.

Contributing

Сontributions are welcomed! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Submit a pull request for review.