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.4.tar.gz
(133.1 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.4.tar.gz.
File metadata
- Download URL: streamlitrunner-0.0.4.tar.gz
- Upload date:
- Size: 133.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c80cfaa12c310b4762c6f320b29d50d9720897ea833240a4f0756ebd23ec33b7
|
|
| MD5 |
9b8cba641bddbd5875672a72c1f104d3
|
|
| BLAKE2b-256 |
abbd5568c897cedb863486308e5406a5196a99d2f99d45b565b063e2677bc845
|
File details
Details for the file streamlitrunner-0.0.4-py3-none-any.whl.
File metadata
- Download URL: streamlitrunner-0.0.4-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 |
12cdedc1154c14a6e99b8f85d4f4f815b23b15bf494d3c95060c1977665a6ed8
|
|
| MD5 |
fed012ac7f72141725a89719f0438478
|
|
| BLAKE2b-256 |
f870932680129d7a2c6a68f2c6ffaa7fd442c3e68bd4c9b8a57939d3bda7fe5c
|