-2
I need private data that is stored inside a binary file within the user’s own computer and for that, I want to compile all the files along with the source code within an executable. How do I do this in Python?
I want to turn the entire folder of my project into an executable with all the files that bind the data and the source code in the same folder of my project. Inside my project folder there are files .py
, .bin
, .dat
, .txt
and I don’t want these files to be outside the executable.
I’d like everything to stay together in one file .exe
. It is possible to do this ?
There’s another show instead?
– Gustavo soares