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.
- 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.
-
Clone the Repository:
git clone https://github.com/nillovych/Youtube-Music-Desktop-App.git cd Youtube-Music-Desktop-App
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Application:
python main.py
- 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.
- 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.
Сontributions are welcomed! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Submit a pull request for review.