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.3.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.3.tar.gz.
File metadata
- Download URL: streamlitrunner-0.0.3.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 |
b3f654043788ddb2fa1aae30af3f529dee22624acf47b5b5d94b926edde6714a
|
|
| MD5 |
a1e0c102f554e93007982ae75af7a388
|
|
| BLAKE2b-256 |
e308e824b20900663bf5853bc0f47787fc4da0bc1e6d022af9c458c8964df782
|
File details
Details for the file streamlitrunner-0.0.3-py3-none-any.whl.
File metadata
- Download URL: streamlitrunner-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
988debb00a95759bf591fca73cb30c6dfbb472eae0a6aa9958d5f3da8f707c7a
|
|
| MD5 |
ad5f705a3cbf6c944a1b79464d8a6fa8
|
|
| BLAKE2b-256 |
6c8800ce9df45620ddae78360c5688be44153fd90fbf5403dccc5189d392e23b
|