--- id: streamlit version: "1.61.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # streamlit — A faster way to build and share data apps License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install streamlit uv add streamlit poetry add streamlit ## Description
Streamlit logo # Welcome to Streamlit 👋 **A faster way to build and share data apps.** ## What is Streamlit? Streamlit lets you transform Python scripts into interactive web apps in minutes, instead of weeks. Build dashboards, generate reports, or create chat apps. Once you’ve created an app, you can use our [Community Cloud platform](https://streamlit.io/cloud) to deploy, manage, and share your app. ### Why choose Streamlit? - **Simple and Pythonic:** Write beautiful, easy-to-read code. - **Fast, interactive prototyping:** Let others interact with your data and provide feedback quickly. - **Live editing:** See your app update instantly as you edit your script. - **Open-source and free:** Join a vibrant community and contribute to Streamlit's future. ## Installation Open a terminal and run: ```bash $ pip install streamlit $ streamlit hello ``` If this opens our sweet _Streamlit Hello_ app in your browser, you're all set! If not, head over to [our docs](https://docs.streamlit.io/get-started) for specific... ## AI interpretation — verify before relying Streamlit transforms Python scripts into interactive web applications for data visualization and dashboards without requiring web development expertise. It provides widgets, charts, and layout components to build and deploy data apps in minutes. Verdict: Streamlit is a mature, actively maintained framework (Production/Stable status, 8-day-old release) with zero known vulnerabilities and permissive licensing. Its low install friction and broad dependency ecosystem make it accessible for rapid data app development. [View on SkillFed](https://skillfed.io/packages/streamlit) · [View on PyPI](https://pypi.org/project/streamlit/)