-1

I have written a script in a linux machine using python.
Is there a way to convert .py script file into non readable format such as .exe in windows.
Let me know your answers please.

Leo Arad
  • 4,452
  • 2
  • 6
  • 17
  • Does this answer your question? [What do I use on linux to make a python program executable](https://stackoverflow.com/questions/304883/what-do-i-use-on-linux-to-make-a-python-program-executable) – snatchysquid Jun 01 '20 at 08:21

1 Answers1

0

visit pyinstaller which provides you the tools to create such file.

snatchysquid
  • 1,283
  • 9
  • 24