Search code examples
pythonmachine-learningsoftware-design

is it possible to make software using python only?


I want to make a small .exe file that will work in any PCs , is it possible to make and if yes then what is the procedure ?


Solution

  • Check this: https://github.com/brentvollebregt/auto-py-to-exe

    enter image description here

    It's an open source project called auto-py-to-exe. It's a GUI with PyInstaller internally, making more confortable alternative. It can also output a standalone file in contrast to other solutions.