Skip to content

Commit

Permalink
update README.md and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
irahorecka committed Feb 24, 2024
1 parent a2b59db commit 993cf53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# <b>youtube2audio</b>
![Version](https://img.shields.io/badge/version-v2023.04.12-orange)
![License](https://img.shields.io/github/license/irahorecka/YouTube2Audio)
# **youtube2audio**

![Version](https://img.shields.io/badge/version-v2024.02.24-orange)
[![Python 3.7+]](https://img.shields.io/badge/python-3.7+-blue.svg)(https://www.python.org/downloads/)
[![continuous-integration](https://github.com/irahorecka/youtube2audio/workflows/continuous-integration/badge.svg?branch=main)](https://github.com/irahorecka/youtube2audio/actions)
[![Licence](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/irahorecka/youtube2audio/main/LICENSE)

A desktop application to download YouTube videos as annotated MP3 or MP4 files.
<br>
Expand All @@ -9,6 +12,7 @@ A desktop application to download YouTube videos as annotated MP3 or MP4 files.
<hr>

## Using the application

Paste a YouTube playlist or video URL and load its content. Make edits to the table and click "Ask butler" (not shown in image above) to provide annotation hints to your videos. You can choose to download MP3 or MP4 files. Finally, select a download folder, download your videos, and just like that, you have nicely annotated audio files.

This application uses PyQt5 to provide the user interface and multithreading to execute calls asynchronously. The backend uses ```itunespy``` to suggest song annotations (i.e. "Ask butler"), ```pytube``` to download the YouTube video as an MP4 audio file, and FFmpeg to convert the MP4 file to MP3.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
absolufy-imports==0.3.0
astroid==2.4.2
astroid==3.1.0
certifi==2023.7.22
chardet==3.0.4
flake8==3.8.3
Expand Down

0 comments on commit 993cf53

Please sign in to comment.