Miscellaneous
yami
| An open-source music player with simple UI
Download or play music locally without ads!
Installation • Usage • Features • Contributing • License
Yami
is a lightweight, open-source music player built in Python. It focuses on simplicity and ease of use, providing an intuitive user interface (UI) for users to manage and play their music. Whether you're playing local files or downloading from online sources using spotdl, Yami offers a seamless experience. This project is designed for users who want a minimalistic, cross-platform music player with the ability to integrate external sources like Spotify/Youtube Music.
pip install yami-music-player
git clone https://github.com/DevER-M/yami.git
cd yami
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
yami-music-player
(in editable mode):pip install -e .
To run yami
, use the following command in your terminal:
$ yami
# Or
$ python -m yami
spotdl.Downloader.search_and_download()
ctrl+o
: Choose folderThis will open the app, for the logs check the terminal.
Contributions are welcome and greatly appreciated! Here's how you can contribute:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GPLV3 License. See LICENSE
for more information.
Discussions are available and can be used for feature requests and questions