How To Create An Executable Python Program

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 12

  • @bernard2735
    @bernard2735 5 місяців тому +1

    Nice clear demo. Thank you. Liked and subscribed.

  • @al1rios
    @al1rios 4 місяці тому +2

    It's normally recommended to create a virtual environment with .venv. For example: python -m venv .venv. This way, the shared environment is invisible and better. great work!!!

  • @bevintx5440
    @bevintx5440 5 місяців тому +1

    Thanks, that was very informative.

  • @alinegomes9084
    @alinegomes9084 5 місяців тому +2

    👏👏👏👏

  • @ziko_ruby
    @ziko_ruby 2 місяці тому +1

    If I create a virtual environment and then compile it into an executable using PyInstaller, will that .exe file be flagged as a virus by antivirus software?

    • @TaylorsSoftware
      @TaylorsSoftware  2 місяці тому +1

      It depends on your antivirus.

    • @homerdhalor377
      @homerdhalor377 2 місяці тому

      Be careful though, because the .exe is recognized afterwards by viruses with 7 virus declarations, these are false positives, but it is to be taken into account :) unless you add a certificate, but it is chargeable