I have no experience in making a program into an software. I want to mimic a software out there because the software is simple and yet not free. I want to use python as the language chosen. So what is the process/steps to make an software using python? The software should be okay in Windows.
I only have experience in making a standalone program. I think we need to make the program install to the computer. But I have no idea how to do it.
Not sure I got what you are asking for either, but among the most typical ways to create installations or executables there are:
HTH!