https://github.com/iwizard7/livestreammusic
https://github.com/iwizard7/livestreammusic
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iwizard7/livestreammusic
- Owner: iwizard7
- Created: 2025-02-27T05:19:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-27T06:30:46.000Z (over 1 year ago)
- Last Synced: 2025-02-27T06:31:39.512Z (over 1 year ago)
- Language: HTML
- Size: 23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
Awesome Lists containing this project
README
[](https://github.com/iwizard7/livestreammusic/actions/workflows/python-app.yml)
# Livestream Music πΏπ
Livestream Music is a web application that allows users to stream music live over the internet. The project is built using HTML and Python.
## Features
- β
Stream music live
- β
Switch to the next track automatically after the current track ends
- β
ΠΡΠΎΠ±ΡΠ°ΠΆΠ΅Π½ΠΈΠ΅ ΠΎΠ±Π»ΠΎΠΆΠΊΠΈ Π°Π»ΡΠ±ΠΎΠΌΠ° (Π΅ΡΠ»ΠΈ Π½Π΅Ρ β Π·Π°Π³Π»ΡΡΠΊΠ° default.jpg)
- β
ΠΠ±Π½ΠΎΠ²Π»Π΅Π½ΠΈΠ΅ ΠΎΠ±Π»ΠΎΠΆΠΊΠΈ ΠΏΡΠΈ ΡΠΌΠ΅Π½Π΅ ΡΡΠ΅ΠΊΠ°
## Installation
1. Clone the repository:
```sh
git clone https://github.com/iwizard7/livestreammusic.git
```
2. Navigate to the project directory:
```sh
cd livestreammusic
```
3. Install the required dependencies:
```sh
pip install -r requirements.txt
```
## Usage
1. Run the application:
```sh
python app.py
```
2. Open your web browser and go to `http://localhost:8000`.
## Contributing
1. Fork the repository.
2. Create a new branch:
```sh
git checkout -b feature-branch
```
3. Make your changes and commit them:
```sh
git commit -m "Add new feature"
```
4. Push to the branch:
```sh
git push origin feature-branch
```
5. Open a pull request.
## License
This project is licensed under the MIT License.
## Author
- [Dmitry](https://github.com/iwizard7)
## Latest Commits
- [Commit dbfd672](https://github.com/iwizard7/livestreammusic/commit/dbfd67240f36a05c3e618edad59c6fcdb9853514): ΠΠΎΠ±Π°Π²Π»Π΅Π½ ΡΡΠ½ΠΊΡΠΈΠΎΠ½Π°Π» ΠΏΠ΅ΡΠ΅ΠΊΠ»ΡΡΠ΅Π½ΠΈΡ Π½Π° ΡΠ»Π΅Π΄ΡΡΡΠΈΠΉ ΡΡΡΠΊ ΠΏΠΎΡΠ»Π΅ ΠΎΠΊΠΎΠ½ΡΠ°Π½ΠΈΡ ΡΠ΅ΠΊΡΡΠ΅Π³ΠΎ
- [Commit ab0b42d](https://github.com/iwizard7/livestreammusic/commit/ab0b42d19261dd3761466d2394cb82448d261fa0): init
```
You can further refine this README.md by adding specific details about your project.