Now I'm developing a medium proj with python.
It has many modules and some of them are customize modules. And some of them are non-python files(may be config files), are need to use such as copy/paste (e.g when the client run this app and plug some the hw device, the app will config the hw device and copy the some file of app to hw device (may be ROM))
first my question is : can I create 1 single exe with all of my code, modules and non-python files?
if it is yes, how can I?