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.1.tar.gz
(132.5 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.1.tar.gz.
File metadata
- Download URL: streamlitrunner-0.0.1.tar.gz
- Upload date:
- Size: 132.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72b70884b35f601194f19596c5ff0dc80ff946933856c8d54588725cce08f3e2
|
|
| MD5 |
592330adba4145af2c726371db876a29
|
|
| BLAKE2b-256 |
4c11db7d4589696a9c27a634e3f2dcff6fb682fdedd85ffa56f0c0da53960d76
|
File details
Details for the file streamlitrunner-0.0.1-py3-none-any.whl.
File metadata
- Download URL: streamlitrunner-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74917da151d39f8fbccd47367d6c1cdc00a4453242486b4deff6bbaeaec37ba4
|
|
| MD5 |
a16d95e971428e2e9f6dce8a1ed71067
|
|
| BLAKE2b-256 |
52e00ad47a079991a3762eab05cc304a33d8f52a08dfc25bc64b839689ae72e7
|