• Echo Dot@feddit.uk
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    Unless you’re running it very low level code no it’s not.

    If it’s anything that is in c++ or java You’re basically making me copy paste your code into a compiler and then pressing compile the end result will be identical to the one you would have given me.

    • magic_lobster_party@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      It’s not if you want to compile for Windows, Linux and Mac at the same time, with x86, x64 and ARM support. Cross compiling can often be a big annoyance to set up.

      And this is a Python project. Making stand alone executables for Python projects is rare.