Twinsync Media Player is a Python-based media player built with Tkinter for the GUI.
It supports simultaneous audio playback on multiple Bluetooth devices and offers
basic playback controls like play, pause, stop, and volume control.
- Play audio on multiple output devices (Bluetooth supported)
- Pause, resume, and stop functionality
- Adjustable volume control
- Progress bar to track playback
-
Clone the repository:
git clone https://github.com/yourusername/TwiSync-Media-Player.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python twinsync.py
- Python
- Tkinter (for GUI)
- PyAudio (for audio playback)
- Pycaw (for volume control)
Feel free to collaborate on this project. You can:
- Fork the repository
- Create a new branch (git checkout -b feature-branch)
- Make your changes
- Push to your branch (git push origin feature-branch)
- Create a pull request for review
This project is licensed under the MIT License.