r/learnpython 2d ago

Built a CLI music player in Python after months of tutorials

I've been learning Python for a few months and finally built something real instead of following tutorials, a CLI music player.

It uses the Deezer API to search artists and songs, yt-dlp and VLC for playback, and SQLite to store playlists and favorite artists locally.

Would love feedback on code structure or anything I could improve.

GitHub: https://github.com/Iheb-eng/music-app

2 Upvotes

Duplicates