{"id":23057425,"url":"https://github.com/concaption/streamlit-to-exe","last_synced_at":"2026-05-09T15:06:29.056Z","repository":{"id":250167701,"uuid":"818222222","full_name":"concaption/streamlit-to-exe","owner":"concaption","description":"convert any streamlit app to an executable windows app","archived":false,"fork":false,"pushed_at":"2024-06-29T10:16:27.000Z","size":149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T19:45:05.018Z","etag":null,"topics":["desktop-app","streamlit","streamlit-application","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/concaption.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-21T11:11:39.000Z","updated_at":"2024-11-09T00:20:00.000Z","dependencies_parsed_at":"2024-07-25T16:29:27.249Z","dependency_job_id":null,"html_url":"https://github.com/concaption/streamlit-to-exe","commit_stats":null,"previous_names":["concaption/streamlit-to-exe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fstreamlit-to-exe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fstreamlit-to-exe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fstreamlit-to-exe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concaption%2Fstreamlit-to-exe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/concaption","download_url":"https://codeload.github.com/concaption/streamlit-to-exe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944389,"owners_count":20858773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-app","streamlit","streamlit-application","windows"],"created_at":"2024-12-16T02:12:16.747Z","updated_at":"2026-05-09T15:06:29.003Z","avatar_url":"https://github.com/concaption.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":" # Converting a Streamlit App to an Executable\n\nTo convert your Streamlit app to a Windows executable, follow these steps:\n\n## Setting up the Environment\n1. Start the GitHub Codespace by clicking on the badge below:\n\n   [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/concaption/streamlit-to-exe)\n2. Wait for the environment to be set up. You are halfway done when the screen color changes from white to purple. Wait until your terminal is ready.\n\n## Copy Your Streamlit App\n1. Copy your Streamlit app into the `app/` folder. Ensure all necessary files are placed in this folder.\n2. Remove anything that you are using under `if __name__ == \"__main__\"`. Also, ensure that you are not importing `from streamlit.web import cli as stcli`, etc. Only import ` import streamlit as st` in the app.\n\n## Create the Executable\nYou can create the executable using the following command:\n```sh\nmake\n```\nIf you want to change the name according to your app, run the following command:\n\n```sh\nmake app name=your_app_name_here\n```\n\n### Download the Files\nThe output files will be in the `dist/` directory. You can right click on the file and download it. The file that have Setup in its name is the setup file.\n\n### Message me\n\nYou can message me on Upwork.\n\n[![Hire concaption on upwork: https://www.upwork.com/freelancers/concaption](https://img.shields.io/badge/UpWork-6FDA44?style=for-the-badge\u0026logo=Upwork\u0026logoColor=white)](https://www.upwork.com/freelancers/concaption)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcaption%2Fstreamlit-to-exe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconcaption%2Fstreamlit-to-exe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcaption%2Fstreamlit-to-exe/lists"}