I'm creating a "game" with no graphical interface to distract me from the day-to-day schedule. Using Python3.7.0 and SQLite3.
I would like to 'protect' the source code of the game so that you can not make changes that circumvent game steps.
The only way I can do this is to convert the Python file into an executable, how can I convert it to an .exe?