I have created a AI project by python. Now I want to share in online that every one can see this and use this but no one can see the source code. How can I do this!? Note: I use almost all the way to make it an exe file but it failed. Is there any way to share this project others and no one can't see the source code??
Asked
Active
Viewed 686 times
-1
-
One way is to compile into an `exe` like you mentioned. Another is to deploy it to the web with some sort of front end. But more importantly -- why hide the code? – Teejay Bruno Jun 04 '21 at 15:42
-
because i want to use this for my job and final project view. and most of all it is my project related so i want to hide this.. – Nymul Islam Moon Jun 05 '21 at 18:08
1 Answers
0
I would recommend creating an exe file with Auto PY to EXE, a GUI to convert python scripts to executables
It is incredibly easy. First you just install it with pip: pip install auto-py-to-exe
.
Then, just enter auto-py-to-exe
in your terminal to start the GUI.
From there, you select your python file, whether you want a directory or one file, whether your application is console or window-based, and press convert

HackDolphin
- 166
- 11
-
Actually i personally want to use it anywhere any time ny internet as like website. – Nymul Islam Moon Feb 02 '22 at 18:59