Category "software-distribution"

How to make it so that the user cannot modify the sqlite3 database when distributing

I have created a python script that uses a database, which I have to pass in the file when compiling the .exe to a file. I would like to know if it is possible

auto-py-to-exe | --onefile generate a new database

I have created a python script with auto-py-to-exe. When I generate a dir the database is inside and everything works fine, but if I generate onefile when execu