Metadata-Version: 2.4
Name: gana-player
Version: 1.0.0
Summary: A Cyberpunk CLI Music Player for Hackers
Home-page: https://github.com/juniorsir/gana
Author: JuniorSir
Author-email: juniorsir011@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Android
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp>=2023.10
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# GANA PLAYER 🎧

A production-ready, cyberpunk-styled CLI music player for Linux and Termux.

## Features
- 🌌 **3D Hyperdrive UI**: Visuals that react to playback state.
- 🧠 **AI Recommendations**: Smart suggestions based on your listening history.
- 📡 **Offline Caching**: Automatically saves songs for offline play.
- 📱 **Android Integration**: Lock screen controls and Bluetooth earbud support.

## Requirements
You must have `mpv` and `ffmpeg` installed on your system.

**Termux:**
```bash
pkg install mpv ffmpeg python
