The fastest way to build data apps in Python
Project description
Welcome to Streamlit 👋
A faster way to build and share data apps.
Streamlit lets you turn data scripts into shareable web apps in minutes, not weeks. It’s all Python, open-source, and free! And once you’ve created an app you can use our Community Cloud platform to deploy, manage, and share your app.
Installation
Open a terminal and run:
$ 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 for specific installs.
The app features a bunch of examples of what you can do with Streamlit. Jump to the quickstart section to understand how that all works.
Quickstart
A little example
Create a new file streamlit_app.py
with the following code:
import streamlit as st
x = st.slider("Select a value")
st.write(x, "squared is", x * x)
Now run it to open the app!
$ streamlit run streamlit_app.py
Give me more!
Streamlit comes in with a ton of additional powerful elements to spice up your data apps and delight your viewers. Some examples:
Input widgets | Dataframes | Charts | Layout | Multi-page apps | Fun |
Our vibrant creators community also extends Streamlit capabilities using 🧩 Streamlit Components.
Get inspired
There's so much you can build with Streamlit:
- 🧬 Science & technology apps
- 💬 NLP & language apps
- 👀 Computer vision apps
- 🏦 Finance & business apps
- 🗺 Geography & society apps
- and more!
Check out our gallery! 🎈
Community Cloud
Deploy, manage and share your apps for free using our Community Cloud! Sign-up here.
Resources
- Streamlit docs, community forum and blog.
- Extend Streamlit's capabilities by installing or creating your own Streamlit Components.
- Help others find and play with your app by using the Streamlit GitHub badge in your repository:
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](URL_TO_YOUR_APP)
License
Streamlit is completely free and open-source and licensed under the Apache 2.0 license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file streamlit-nightly-1.20.1.dev20230403.tar.gz
.
File metadata
- Download URL: streamlit-nightly-1.20.1.dev20230403.tar.gz
- Upload date:
- Size: 9.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 181c2ebd4ea42fb9009ab5f54aa5e1ee0ac3e2a41a1b2633d8479c581428150a |
|
MD5 | d5d5d426f63bbe68b3d571a88a606d55 |
|
BLAKE2b-256 | bcd4fb984cef37f63474338911074c2dd21f4c62b3c9afdd8c1eae2cb86f8074 |
File details
Details for the file streamlit_nightly-1.20.1.dev20230403-py2.py3-none-any.whl
.
File metadata
- Download URL: streamlit_nightly-1.20.1.dev20230403-py2.py3-none-any.whl
- Upload date:
- Size: 9.7 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82123ecac3aecc917a17848f200fb784c1930dcdbecee1c44c3418c291a8a205 |
|
MD5 | 6c3263f6430765985ba230e3579be1e3 |
|
BLAKE2b-256 | be1502cfe67a7411b133d3b3e6e913d67e77fce17821bcc6824bb185368044e9 |