I developed a program I think has potential, but don't want the end user to a) have to download python and b) steal my code. How would I turn it the .py of my script into a .bat or .exe so my end user can run it?

Recommended Answers

All 6 Replies

tried both that and pyinstaller, I would like it as a .bat

tried both that and pyinstaller, I would like it as a .bat

Why would you want it in a .bat file? Turn it into an EXE.

If you want to turn it into a .bat you have translate the code into Batch.

Ok any other programs that are easy to use?

interesting,thanks for the information :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.