Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afonsocalinas/youtubetomp3
A program that uses the Python Libraries Pytube to download your favourite songs from youtube at it's best quality of audio possible!
https://github.com/afonsocalinas/youtubetomp3
download ffmpeg pip pytube windows youtube-downloader
Last synced: 5 days ago
JSON representation
A program that uses the Python Libraries Pytube to download your favourite songs from youtube at it's best quality of audio possible!
- Host: GitHub
- URL: https://github.com/afonsocalinas/youtubetomp3
- Owner: AfonsoCalinas
- Created: 2023-05-08T17:59:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-09T10:02:35.000Z (over 1 year ago)
- Last Synced: 2023-12-16T15:19:32.410Z (11 months ago)
- Topics: download, ffmpeg, pip, pytube, windows, youtube-downloader
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube Downloader To MP3
![OS](https://img.shields.io/badge/Windows-%20-9cf) [![Python3.11.3](https://img.shields.io/badge/Python3.11.3-%20-important)](https://www.python.org/ftp/python/3.11.3/python-3.11.3-amd64.exe) ![Pytube](https://img.shields.io/badge/Pytube%2015.0.0-%20-success)
A program that uses the python library Pytube to download your music from youtube!
To use this program you will have to first install the needed libraries for it:
```
pip install -r requirements.txt
```
And I'll leave a link to [PIP](https://pypi.org/project/pip/) just in case you don't have it installed, it's really useful!# How to use 🔍
To start the program:
```
python main.py
```Insert your desired directory, per example:
```
A:\Users\Heisenberg\Desktop\
```After that, the program will ask you for the youtube link, and here's an example:
```
https://www.youtube.com/watch?v=xvFZjo5PgG0&ab_channel=Duran
```As of now, you should have your music!
# Special Thanks 💖
[RainyPT](https://github.com/RainyPT) and [Ramos](https://github.com/NoPalm0il)