How To Create An Executable Python Program

In this video I go over how to create an exe and sh (executable) file using the Python Module pyinstaller. This is useful if want to run a Python program without Python being natively installed.
NOTE: To activate the Python venv run "./NAME_OF_VENV/Scripts/activate"

Пікірлер: 9

  • @alinegomes9084
    @alinegomes908419 күн бұрын

    👏👏👏👏

  • @bernard2735
    @bernard273517 күн бұрын

    Nice clear demo. Thank you. Liked and subscribed.

  • @TaylorsSoftware

    @TaylorsSoftware

    17 күн бұрын

    Thank you so much! :)

  • @bevintx5440
    @bevintx544014 күн бұрын

    Thanks, that was very informative.

  • @TaylorsSoftware

    @TaylorsSoftware

    14 күн бұрын

    Thank you for watching :)

  • @al1rios
    @al1rios8 күн бұрын

    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!!!

  • @TaylorsSoftware

    @TaylorsSoftware

    8 күн бұрын

    Great tip! :)