the time has come and i start think about how to build demo version of my software to show it to my clints. i make buildings via pyinstaller. i need to create programm that will be stop working after 1 or 2 days of using.
it should be easy i hope ?) i cant find any information about this buildings via pyinstaller
pyinstaller --onefile script.py
may be i need use other builder like pyfreeze ? or maybe i can do that in python logic level or setup setup file in builder?