Can a Streamlit .exe interact with Windows OS

I currently have a few python scripts that utilize windows native os commands to interact with the file system and Autocad. If I packaged everything into a streamlit .exe would I be able to do this still?
Are there any permissions issues that I may encounter?

Welcome to the community, @Mason_Keresty! :hugs:

Yes, a Streamlit app packaged as an .exe with PyInstaller should still interact with the Windows OS and applications like AutoCAD.

As far as I know, the executable should maintain the ability to execute OS commands and perform operations similar to running as a script. It should inherit the user’s permissions, so operations requiring elevated privileges may necessitate running the executable as admin to avoid security risks.

I hope that helps!

Best,
Charly

Thanks so much for the quick response!

You’re very welcome, @Mason_Keresty!

Let me know if you need any more help!

Best,
Charly

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.