A module to run streamlit apps as local apps
Project description
Streamlit Runner
A simple way to run Streamlit app as a desktop app
Installation
pip install streamlitrunner
Usage
Import streamlitrunner and call run()
# my_app.py
import streamlitrunner as sr
import streamlit as st
st.title("Hello World!")
st.write("This is a simple text example.")
if __name__ == '__main__':
sr.run()
Now you can only call python my_app.py and it will work as a desktop app!
Documentation:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
streamlitrunner-0.0.2.tar.gz
(147.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlitrunner-0.0.2.tar.gz.
File metadata
- Download URL: streamlitrunner-0.0.2.tar.gz
- Upload date:
- Size: 147.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b94e8c7483aa74547bca7988ee03491f9cb09e3f7fc70668a7f60399d8f1f204
|
|
| MD5 |
b632d2a9bc95f481191fca04f7dae09d
|
|
| BLAKE2b-256 |
76186b875c825e86fb85bd41c3c0eab951bdc96e61d63933faed7d37c9f1252f
|
File details
Details for the file streamlitrunner-0.0.2-py3-none-any.whl.
File metadata
- Download URL: streamlitrunner-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cc9e96bcfabc842eb4762734ef7008d46cfcb61ca7aa185779c77b023abcf9c
|
|
| MD5 |
c93dfe540451194e9140df5e891b0ce5
|
|
| BLAKE2b-256 |
b27ba46a8493037b55e3bb5f39a76512511f60743b884596cd0ba36b9b2fbb2f
|