Do python apps uploaded to microsoft app store need to be licensed before uploading the MSIX or .exe file?
I have just finished working on the desktop app that I want to start selling on Microsoft app store. I am not sure on the licensing part. I want to implement a solution where when one downloads the app he pays via the store,and if he doesn’t install it whilst downloading, the installation file he gets is locked and can only be installed on that same computer. If he tries to use the installer on another computer it must refuse or ask for an activation key, which he must now buy from us.
Alternatively just have users download the executable file from Microsoft store, and when they install it should be a 10 days trial version after which it must call for the activation key. I am not sure how to implement these scenarios. Please help.
Exporting python script to .exe file
When I export my python project to .exe file using Pyinstaller , my antivirus tell me that it is affected by a trojan , or its a trojan , or not tell me anything , but in each run , antivirus also run and scan it.
Problem when adding dependencies to pyinstaller in Windows
I am attempting to create an executable file in Windows 10 Pro from a python script that uses import
PyInstaller can’t run a program with a foreign library
I have developed a Python program that interacts with the user through console inputs. I have converted this program into an executable file using PyInstaller. However, I have encountered an issue where I have installed external libraries in the script (matplotlib). When I run this script in the Windows console (cmd), I receive the following error message: