How To Create An Executable Python Program

Поделиться
HTML-код
  • Опубликовано: 24 ноя 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