Can I export Repls as standalone applications?

I’m trying to make an application which I want to export and use offline. I did that before previously, but the problem is that my repls didn’t run at all. (I already know how to download as .zip) The application I made was coded in Python. Here it is if interesting:
My Application

Also, are there any tutorials on how to export applications?

Sadly you can’t export them as standalone applications. You could make a feature request in #feature-requests!

Okay! Thanks for the reply. I’ll make sure to do that.

1 Like

Hi @LyubomirT you would need to run PyInstaller on a local instance of your program to create an executable file at present.

More info here: How to Easily Convert a Python Script to an Executable File (.exe) | by Frank Andrade | Towards Data Science

2 Likes

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