Skip to content

Twinsync Media Player is a Python media player built with Tkinter. It supports simultaneous audio playback on multiple Bluetooth devices and includes play, pause, stop, and volume control. The player features a progress bar for tracking and uses PyAudio and Pycaw for smooth, multi-device audio management.

License

Notifications You must be signed in to change notification settings

UtkarshJi/TwinSync-Media-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twinsync Media Player

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.

Features

  • Play audio on multiple output devices (Bluetooth supported)
  • Pause, resume, and stop functionality
  • Adjustable volume control
  • Progress bar to track playback

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/TwiSync-Media-Player.git
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Run the application:

    python twinsync.py
    

Technologies Used

  • Python
  • Tkinter (for GUI)
  • PyAudio (for audio playback)
  • Pycaw (for volume control)

Collaboration

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

License

This project is licensed under the MIT License.

About

Twinsync Media Player is a Python media player built with Tkinter. It supports simultaneous audio playback on multiple Bluetooth devices and includes play, pause, stop, and volume control. The player features a progress bar for tracking and uses PyAudio and Pycaw for smooth, multi-device audio management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages