An open API service indexing awesome lists of open source software.

https://github.com/iwizard7/livestreammusic


https://github.com/iwizard7/livestreammusic

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Python application](https://github.com/iwizard7/livestreammusic/actions/workflows/python-app.yml/badge.svg)](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.