Welcome to the Music Controller GitHub repository!
This repository contains a Music Controller application that allows users to control music playback on their computer remotely. The application is built using Python and leverages the Flask web framework.
- Play, pause, skip, and adjust volume remotely.
- Control music playback from any device with a web browser.
- Simple and intuitive user interface.
To get started with the Music Controller application, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/TBJr/Music-Controller.git - Navigate to the project directory:
cd Music-Controller - Install the required dependencies using pip:
pip install -r requirements.txt - Run the application:
python app.py
Open a web browser and navigate to http://localhost:5000 to access the Music Controller interface.
Once the application is running, you can control music playback by accessing the web interface from any device connected to the same network as your computer. Simply follow the on-screen instructions to play, pause, skip, and adjust the volume of your music.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push your branch to your fork.
- Submit a pull request with a detailed description of your changes.
If you encounter any issues or have any questions about the Music Controller application, please open an issue on GitHub. We'll do our best to assist you!
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for using the Music Controller application! We hope you enjoy controlling your music with ease.