An open API service indexing awesome lists of open source software.

https://github.com/cromega08/music_player

Music player "based terminal/no GUI" scripted in python. Allow you to play and download music from youtube.
https://github.com/cromega08/music_player

music-player os pydub python python-script python3 pytube requests requests-module s2t shutil shutil-python sounddevice soundfile

Last synced: 7 months ago
JSON representation

Music player "based terminal/no GUI" scripted in python. Allow you to play and download music from youtube.

Awesome Lists containing this project

README

          

Music Player

The current project is a music player made with python language, and is based terminal/no GUI.

This allow you to play music on your computer, download music from youtube and manage files on your computer to
have all of them in one place.

Its only scripted on python and use this libraries:

- To play the music: SoundDevice, SoundFile.
- To download: Pytube, requests.
- To manage files: Pydub, Shutil, Send2Trash, os.

The project only need the python interpreter to run.

To use it create a directory in your computer and download the repositorie inside of it, then run the script
named: "music_player.py".

If you want to use direct on terminal, run this command "python3 {parents dir on your system}/music_player.py".

This project is licensed with GPL-3.0.