Installation
Music Sync requires Python 3.9 or later. The only external dependency is Textual.
Requirements
- Python 3.9+
- Textual (installed automatically via pip)
- Linux, macOS, or Windows (any terminal that supports 24-bit colour)
Install via pip
pip install music-syncThen run with:
music-syncInstall from source
git clone <repo-url>
cd music-sync
pip install -r requirements.txt
python3 main.pyVerify the installation
If the tool launches and shows the setup screen, everything is working. Point the source field at your PC music library and the destination at your Android device's music folder.
Next: Usage guide