WinterFor / streamlit-player

A streamlit component to embed video and music players from various websites.

Home Page:https://share.streamlit.io/okld/streamlit-gallery/main?p=react-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎬 Streamlit Player

GitHub PyPI

Installation

pip install streamlit-player

Getting started

from streamlit_player import st_player

# Embed a youtube video
st_player("https://youtu.be/CmSKVW1v0xM")

# Embed a music from SoundCloud
st_player("https://soundcloud.com/imaginedragons/demons")

Demo

Open in Streamlit

Preview

About

A streamlit component to embed video and music players from various websites.

https://share.streamlit.io/okld/streamlit-gallery/main?p=react-player

License:MIT License


Languages

Language:Python 49.7%Language:TypeScript 36.8%Language:HTML 11.2%Language:Shell 2.3%