How to turn your Python file (.py) into an .exe (Tutorial 2021)

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 338

  • @alessandroricci4223
    @alessandroricci4223 2 ปีที่แล้ว +107

    Why can't people makes simple videos that work like yours?
    So gud, thank you maan

  • @cuaitzzz
    @cuaitzzz 3 ปีที่แล้ว +337

    if you want to save but don't want the giant cmd window opening every time you run the file just add "--noconsole" after "--onefile"

  • @Noel_VI
    @Noel_VI ปีที่แล้ว +9

    simple and effective video, but I'm kinda curious if the program will still work if I don't install certain libs when using it's exe in another computer.
    help is greatly appreciated and again a very nice video, keep up the work.

  • @kevinfoendoe6987
    @kevinfoendoe6987 5 หลายเดือนก่อน +1

    Great straight to the point video. Will that exe work on a different computer?

  • @the4thdimention443
    @the4thdimention443 ปีที่แล้ว +4

    i just finished my first pythom project : ) I'm so happy!

    • @noodlesnramen
      @noodlesnramen 5 หลายเดือนก่อน +1

      i love using *pythom*

  • @justbelieve9754
    @justbelieve9754 2 ปีที่แล้ว +6

    I thanks by heart. Finally this video after watching a lot of other videos. Thanks a lot Sir.

  • @expandifypro
    @expandifypro 25 วันที่ผ่านมา

    Man! You have your taskbar on top, this is surreal :)

  • @abidmorshed5980
    @abidmorshed5980 9 หลายเดือนก่อน +3

    Short, effective, right on point. Thank you for this video man!

  • @BravoTechAI
    @BravoTechAI ปีที่แล้ว +2

    SBU - Simple But Useful tutorial. Marvellous!

  • @sin3divcx
    @sin3divcx 11 หลายเดือนก่อน +1

    The executable file works at a pc without python installed nessesarily,right?

  • @nenesinam3005
    @nenesinam3005 ปีที่แล้ว

    I suggest making this a short so many others can view, but a GREAT video

  • @amanxo1
    @amanxo1 2 หลายเดือนก่อน

    literally my favourite video ever. thanks

  • @shreyas_._
    @shreyas_._ 2 ปีที่แล้ว +3

    Then what method is using when in terms of production

  • @navaneethkrishna123
    @navaneethkrishna123 2 ปีที่แล้ว +7

    If I try to open the main.py file it just crashes. Any answers? (thanks in advance)

    • @ironpanv2124
      @ironpanv2124 2 ปีที่แล้ว

      I'm having the same problem and cant find a solution anywhere :_(

    • @RonalRomeroVergel
      @RonalRomeroVergel ปีที่แล้ว

      have u found any solution?@@ironpanv2124

  • @kevinstern2490
    @kevinstern2490 3 ปีที่แล้ว +14

    Hi there. Thanks for the video, it's very useful and well explained.
    I am having the exact issue you described with antivirus progs. I'm new to Python, so forgive my noobness. If this is not the best way, what is the preferred method to share a script with somebody who does not have python installed on their system like a client or boss ?

    • @neptunes9852
      @neptunes9852 3 ปีที่แล้ว +2

      converting it to exe will skip the installation of python

    • @kevinstern2490
      @kevinstern2490 3 ปีที่แล้ว +2

      @@neptunes9852 thanks ! Does this mean I will have to help set exception for anyone who gets the alert in their antivirus from the exe ? I might just make them all install python. 😂

    • @neptunes9852
      @neptunes9852 3 ปีที่แล้ว +3

      @@kevinstern2490 was thinking same , but yea windows says script files as virus

    • @kurdishlearner3168
      @kurdishlearner3168 2 ปีที่แล้ว +4

      @@neptunes9852 Install Python and all the modules used in your script manually, and then when you convert the program to exe the pyinstaller will automatically convert everything needed to run the program on other computers who don't have Python.

    • @saatwikcodz6203
      @saatwikcodz6203 ปีที่แล้ว

      @@kurdishlearner3168 Can you say In detail

  • @longbeach225
    @longbeach225 ปีที่แล้ว +1

    Much easier than using freeze. Freeze you have to put in a lot of parameters to convert into executable.

  • @cjbrown3396
    @cjbrown3396 3 หลายเดือนก่อน

    Hi I faced a problem so when I clicked my executable file it disappeared immediately. I dont know what happen. Can you help plz?

  • @milkisbannned
    @milkisbannned 3 ปีที่แล้ว +14

    says term pip isnt recognised as a name of a cmdlet, function, script file or operable program

    • @RandomJeevanYT
      @RandomJeevanYT 2 ปีที่แล้ว +2

      That means pip isn't installed on ur device.
      Install pip first by another tutorial

    • @yeppiidev
      @yeppiidev ปีที่แล้ว +1

      @@varunramakrishnan7676 yeah on windows 🗿

    • @varunramakrishnan7676
      @varunramakrishnan7676 ปีที่แล้ว

      @@yeppiidev Oops

    • @heshamezz9798
      @heshamezz9798 ปีที่แล้ว +2

      I was have the same error
      And the solotion is :You should install the pyinstaller in the path so system can read it...
      how to do that first you need to know where is pyinstaller package have been installed so you can reinstall package again and copy the link where it have been installed then follow these steps:
      1- from search menu search for(edit the system environment)open it
      2- click on (environment variables)
      3-chose path
      4- click on edit
      5-click on new and paste the link where pyinstaller is installed it
      And finnaly try again it will work

    • @KEEPER_CRYPT
      @KEEPER_CRYPT 11 หลายเดือนก่อน

      @@heshamezz9798 make sure your under the correct directory!!!

  • @donnypodcast
    @donnypodcast 2 ปีที่แล้ว +3

    When I did this, clicking on the icon ran a terminal, which scripted some stuff really quickly and then it closed. There was no prompt for anything and no qr codes. I wonder if it's because my python code had pyautogui commands, including text entry and clicking?

    • @Preet_1223
      @Preet_1223 2 ปีที่แล้ว

      after "--onefile" type "--windowed"

    • @yemoi5379
      @yemoi5379 ปีที่แล้ว +1

      @@Preet_1223 when i do this i have error: RuntimeError: input(): lost sys.stdin . Have you got any solutions? I use Pycharm on win10

    • @itsmohitshekhawat
      @itsmohitshekhawat 11 หลายเดือนก่อน

      have you got the solution?

  • @paulfitch9597
    @paulfitch9597 ปีที่แล้ว

    Worked perfectly sir. Thank you.

  • @TCassiopeia
    @TCassiopeia หลายเดือนก่อน

    I cannot move the file, i have admin permissions, but it says access denied.

  • @brok-824
    @brok-824 5 หลายเดือนก่อน

    User executing the program must also have Python installed. I think 99.9% must have Python installed for the program to run?

  • @ulas-2023
    @ulas-2023 2 หลายเดือนก่อน

    Why are python codes not made to be an exe on the desktop, rather for what?

  • @GamingBoyGamingBoyGamingBoy
    @GamingBoyGamingBoyGamingBoy ปีที่แล้ว

    when i type that in there is the error code that pip is not found

  • @angeltalpa8426
    @angeltalpa8426 2 ปีที่แล้ว +2

    I have a problem. At the final stage of my program the .exe shuts down. What can I do?

    • @mrphilly
      @mrphilly ปีที่แล้ว

      In your script you need to put at the end something like
      input(" ")
      with this you gonna have to press a key for it to close

  • @kikyou8349
    @kikyou8349 ปีที่แล้ว

    do i need to keep the build or i can directly take the exe and it will run on pc without python installed on it ?

  • @caiosardinhadeoliveira1371
    @caiosardinhadeoliveira1371 ปีที่แล้ว

    this exe file will only run on computers with python, right?

  • @theinner_drive
    @theinner_drive 2 ปีที่แล้ว

    thank you so much you helped out alot🥰

  • @LeZinZin95
    @LeZinZin95 2 ปีที่แล้ว

    Very useful, thank you!

  • @phirum5700
    @phirum5700 2 ปีที่แล้ว

    it is fast and simple Thank!!

  • @suchismitamohanty9010
    @suchismitamohanty9010 ปีที่แล้ว

    But the problem is that if I want to execute in another laptop it is showing path not spcified

  • @potato5697
    @potato5697 2 ปีที่แล้ว +2

    thanks

  • @GameLovers-bp9cq
    @GameLovers-bp9cq ปีที่แล้ว

    I am getting error while installing pyinstaller.

  • @rileylecaptain113
    @rileylecaptain113 7 หลายเดือนก่อน

    Cool

  • @zquahcf
    @zquahcf 3 ปีที่แล้ว +2

    pyinstaller doesnt work for me :(

  • @STEVENSA_official
    @STEVENSA_official 2 ปีที่แล้ว

    thanx, a lot! 🤝

  • @pratham4494
    @pratham4494 หลายเดือนก่อน

    worked, tysm

  • @warbuld1085
    @warbuld1085 ปีที่แล้ว

    Thank you

  • @Yaseen2507yt
    @Yaseen2507yt ปีที่แล้ว

    Ia saying there is no word called pyinstaller

  • @femtiokronor7699
    @femtiokronor7699 ปีที่แล้ว

    thanks bro!

  • @cornspace7203
    @cornspace7203 3 ปีที่แล้ว +1

    * If you're building Python by yourself, please rebuild your Python with `--enable-shared` (or, `--enable-framework` on Darwin)
    63419 WARNING: stderr: * If you're building Python by yourself, please rebuild your Python with `--enable-shared` (or, `--enable-framework` on Darwin)

    • @Indently
      @Indently  3 ปีที่แล้ว

      Paste that into google

  • @cornspace7203
    @cornspace7203 3 ปีที่แล้ว

    what python version are you using?

    • @Indently
      @Indently  3 ปีที่แล้ว

      Today, I mostly use 3.8, in the video you should be able to see the current version in the bottom right corner of the screen.

  • @KEVINSURIEL
    @KEVINSURIEL 5 หลายเดือนก่อน

    Can you zip this and email it?

  • @hiddenamericachannel
    @hiddenamericachannel 9 หลายเดือนก่อน

    Why would it be flagged as a virus?

    • @Indently
      @Indently  9 หลายเดือนก่อน

      If you do a google on how virus cleanup programs work, you'll understand pretty fast.

  • @lux-music6321
    @lux-music6321 2 ปีที่แล้ว

    I somehow just get told pyinstaller is not a cmdlet of a function. Even tho it is installed

    • @9uary
      @9uary 2 ปีที่แล้ว

      me too it says its installed but then it says its not a cmd

  • @AhmedRw
    @AhmedRw ปีที่แล้ว

    lifesaver thnx

  • @urancestor
    @urancestor 7 หลายเดือนก่อน

    uhm i never get the qr code thing

  • @DelocxoGD
    @DelocxoGD ปีที่แล้ว

    I’ll just use batch😂

  • @RoshiAILol
    @RoshiAILol 2 หลายเดือนก่อน

    I get an error

  • @seveneleven7255
    @seveneleven7255 2 ปีที่แล้ว

    Would this work for Mac too?

    • @Indently
      @Indently  2 ปีที่แล้ว

      Exe files are incompatible with Mac OS

  • @anasosama313
    @anasosama313 9 หลายเดือนก่อน

    Great

  • @mstudios7340
    @mstudios7340 9 หลายเดือนก่อน +8

    pyinstaller : The term 'pyinstaller' is not recognized as the name of a cmdlet,
    function, script file, or operable program. Check the spelling of the name, or if a
    path was included, verify that the path is correct and try again.
    At line:1 char:1 please help

  • @salma-amlas
    @salma-amlas 2 ปีที่แล้ว

    thank you

  • @metasploitness1927
    @metasploitness1927 9 หลายเดือนก่อน +11

    How to Solve: 'pip' is not recognized as internal or external.
    1. My computer > Right Click > Properties
    2. Advanced System Configurations
    3. Environment Variables
    4. Select the "Path" variable and click "Edit"
    5. Select "New" and paste the folder path for the python "scripts" folder
    (In my case, the folder is located in: C:\Users\MC Don Juan\AppData\Local\Programs\Python\Python311\Scripts)
    6. After that, click "OK" and "OK"
    7. Go to the cmd and type pip install pyinstaller and everything should work correctly now.

  • @jusepie5713
    @jusepie5713 ปีที่แล้ว +17

    : The term 'pyinstaller' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
    correct and try again.
    Can someone help me please I installed pyinstaller on both cmd and terminal

    • @alexangele206
      @alexangele206 7 หลายเดือนก่อน

      Need to add it to your path in advance system settings: environment variables. Chatgpt helped me troubleshoot from there when i ran into this

    • @pincer2885
      @pincer2885 4 หลายเดือนก่อน

      its kinda late but did you fix it? if so how

    • @Melody_Boi_Piyush
      @Melody_Boi_Piyush 4 หลายเดือนก่อน

      @@pincer2885 Check the path where pyinstaller is installed, from there copy that module and both your program and the pyinstaller module in same file

    • @alexela_
      @alexela_ หลายเดือนก่อน

      did ya' fix it? i've got the same issue.

  • @kryurt
    @kryurt ปีที่แล้ว +95

    to do this in the newer versions you have to
    1) Install python to path and add to environment variables (WEB NOT MICROSOFT)
    2) Open cmd
    3) Type "cd (your code location)" make sure to remove the parenthesis and quotes
    4) Now just follow the video but type the commands in cmd
    5) If your game crashes on start, drag all the necessary files such as pictures into the "dist" folder
    6) OPTIONAL: add -w after --onefile to have the cmd prompt off
    7) Don't call me a nerd thanks

    • @hackqdd
      @hackqdd ปีที่แล้ว +2

      I Don't have any necessary files but it still closes.

    • @kryurt
      @kryurt ปีที่แล้ว +1

      @aadityanalam7655 idk then you should try reinstalling python

    • @hackqdd
      @hackqdd ปีที่แล้ว +1

      @@kryurt ty, but I've fixed it, i just re-made the code deleting sum extra code and re-formatted it.

    • @kryurt
      @kryurt ปีที่แล้ว

      @@hackqdd nice

    • @blabberbub733
      @blabberbub733 ปีที่แล้ว

      I've got a lot more dependencies. Multiple tkinter windows via button prompts from a single one. Added all the dependencies to the same folder. Still crashes lol

  • @kamsiosuachalla
    @kamsiosuachalla 2 ปีที่แล้ว +51

    You are a hero, thank you a bunch . I had just commented on a similar video but with an approach towards cmd and I kept on getting errors. Once again nice video

  • @marvinaceroque3790
    @marvinaceroque3790 8 หลายเดือนก่อน +4

    pyinstall: The term 'pyinstall' is not recognized as a name of a cmdlet, function, script file, or executable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again. how to fix this?

  • @dragondg6412
    @dragondg6412 ปีที่แล้ว +6

    what if it says
    'pyinstaller' is not recognized as an internal or external command,
    operable program or batch file.

    • @metasploitness1927
      @metasploitness1927 9 หลายเดือนก่อน +2

      How to Solve: 'pip' is not recognized as internal or external.
      1. My computer > Right Click > Properties
      2. Advanced System Configurations
      3. Environment Variables
      4. Select the "Path" variable and click "Edit"
      5. Select "New" and paste the folder path for the python "scripts" folder
      (In my case, the folder is located in: C:\Users\MC Don Juan\AppData\Local\Programs\Python\Python311\Scripts)
      6. After that, click "OK" and "OK"
      7. Go to the cmd and type pip install pyinstaller and everything should work correctly now.

  • @------shiv---110
    @------shiv---110 2 หลายเดือนก่อน +1

    Sir I am in class 11 I am learning python program But Whenever I try to open my final file(output), it opens and then closes immediately. I have given the correct file extension (.py) but it doesn't open 😢
    Please tell me if you read

  • @BZ-nb2rh
    @BZ-nb2rh 2 หลายเดือนก่อน +1

    good exmaple, bummer it outputs literally nothing but a .spec file

  • @kadi34
    @kadi34 2 ปีที่แล้ว +3

    I 'm on Windows 11 and I've been trying to turn my python file into an executable file but every time I try to open it it just immediately closes. Am I doing something wrong or does it have to do with the Windows 11?

    • @EpicNoobx
      @EpicNoobx ปีที่แล้ว

      Try opening CMD, going to the directory the executable is in (cd C:/path/to/folder), and typing the name of the executable. It might be an error, or that you didn't make it wait at the end of execution.

  • @Interesting111
    @Interesting111 2 ปีที่แล้ว +4

    the second command, pyinstaller [file name] --onefile, doesn't work for me. Even after i type the first command, pip install pyinstaller. I keep getting an error saying, "The term 'pyinstaller' is not recognized". Waht do I do?

  • @aminewoo594
    @aminewoo594 3 ปีที่แล้ว +5

    Thank you, there's any method to make file save from Windows defender and Windows don't notice as a virus?

    • @Indently
      @Indently  3 ปีที่แล้ว +2

      I googled some solutions and I'm sure there are!

    • @cozmic3374
      @cozmic3374 3 ปีที่แล้ว

      if you use a hex editor to change the files hexidecimal values then it wont get detected as antivirus' work by checking their database for similar hex strings

    • @SB-kt5jc
      @SB-kt5jc 3 ปีที่แล้ว

      This may be too late but you can always add your files as an exclusion in security

  • @SuperBro112Lol
    @SuperBro112Lol 7 หลายเดือนก่อน +2

    pyinstaller: The term 'pyinstaller' is not recognized as a name of a cmdlet, function, script file, or executable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

  • @__-zv8fw
    @__-zv8fw 3 ปีที่แล้ว +5

    Any help if the dist folder is empty?

  • @discotrain173
    @discotrain173 2 ปีที่แล้ว +6

    In Pycharm, if I go to File>>Settings>>My Project Folder>>Python Interpreter, it says I have pip installed. However, if I type "pip install pyinstaller" in the Terminal, it says "pip" is not recognized as an internal or external command. Do you know what I am doing wrong?
    Edit: I had to fix the path in Environment Variables

    • @MarkusHelgason
      @MarkusHelgason 2 ปีที่แล้ว +1

      @Unkown Make sure you have the path to the scripts of your installed version of python added into Path in your system environment variables (i.e. C:\Users\...\Python\Python310\Scripts ) This solved the problem in my case

    • @idanavni_
      @idanavni_ ปีที่แล้ว

      @@MarkusHelgason how do you do that?

    • @MarkusHelgason
      @MarkusHelgason ปีที่แล้ว

      @@idanavni_ In the System dialog box, click Advanced system settings. On the Advanced tab of the System Properties dialog box, click Environment Variables. In the System Variables box of the Environment Variables dialog box, scroll to Path and select it.

    • @d.bruggink7949
      @d.bruggink7949 ปีที่แล้ว

      @@MarkusHelgason System dialog box of what? How do i get there?

    • @MarkusHelgason
      @MarkusHelgason ปีที่แล้ว

      @@d.bruggink7949 If you are using Windows then you can start by opening the control panel, from there you can access the Advanced System Settings and so on

  • @michaelsteeves3914
    @michaelsteeves3914 6 หลายเดือนก่อน +2

    If you're having a problem with Windows Defender blocking/deleting your exe file, I found that using --onedir instead of --onefile fixed my issue. Would be nice to have it in one exe but this worked for me

  • @copcilufaranume
    @copcilufaranume 11 หลายเดือนก่อน +3

    How can I use the "pyinstaller .py --onefile" command? It says pyinstaller isn't recognized even tho I installed the package! (I'm using vscode anyways)

    • @ReiBois
      @ReiBois 10 หลายเดือนก่อน +2

      Same

  • @velazqg
    @velazqg ปีที่แล้ว +4

    Thanks for the info BTW, sometimes python .exe files close immediately, if that happens use this command at the end of the program. input("Press enter to close program")

  • @lidavao5494
    @lidavao5494 3 ปีที่แล้ว +5

    Men, thank you

  • @InsaneParrot
    @InsaneParrot 6 หลายเดือนก่อน +1

    how to uninstall

  • @ndndjdjdndndnndnsndn6277
    @ndndjdjdndndnndnsndn6277 3 ปีที่แล้ว +2

    It says C:/user/my pc name/the name of file not found help

  • @BhajansAshwin
    @BhajansAshwin ปีที่แล้ว +6

    Short precise and extremely helpful Thanks

  • @tobiasmedg6969
    @tobiasmedg6969 ปีที่แล้ว +3

    when i do the pyinstaller (filename.py) --onefile it says the file is not found

    • @iongotchu
      @iongotchu 6 หลายเดือนก่อน

      idk either

  • @erikkovacs5418
    @erikkovacs5418 4 หลายเดือนก่อน +1

    pyinstaller : The term 'pyinstaller' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    i get this error, any fixes?

    • @MeteorGaming96
      @MeteorGaming96 3 หลายเดือนก่อน +1

      Same problem

    • @SanthoshShetty-cm9df
      @SanthoshShetty-cm9df 3 หลายเดือนก่อน

      Did you try this with VS Code IDE? Even I got the same problem, when I executed with VS code. Again I tried with pycharm, it's working perfect. I think the isuue is with virtual environment for pyinstaller library in VS code.

  • @hiimnew1221
    @hiimnew1221 16 วันที่ผ่านมา

    so what's the industry standard for making executables and apps ? I know the standard workflow with Docker and CD/CI set ups but I believe that's for web apps hosted on the web if I'm not mistaken

  • @gkfrm17
    @gkfrm17 2 ปีที่แล้ว +3

    Thank you so much bro your a life saver

  • @Judeinator9001
    @Judeinator9001 ปีที่แล้ว +1

    If it is not working for you, you have to click the little arrow right by the plus in the terminal, click "command prompt", and then do it again. That fixed it for me.

  • @cityisbetter
    @cityisbetter ปีที่แล้ว +1

    if u try to install it on different pc, it shows it could be malware and windows try to stop it from running. Is there anyway to make it so windows wont distrub it pls

  • @GamesStraight
    @GamesStraight หลายเดือนก่อน

    hold on man what its on youre screen ??? the pyton version i have dont even have a save , its just a blanck screen , i am simply trying to make a hello world that apears from a exe file , can you make a simple video for beginers cause someone that has that on there screen they dont need youre video

  • @The_CookieHacker
    @The_CookieHacker 2 หลายเดือนก่อน +1

    great video!

  • @mariarose4443
    @mariarose4443 4 หลายเดือนก่อน

    hi i have an bug with this when i open the exe its supposed to enter some information but after i press enter or whenever i open the exe and press enter the window closes so i cant get the result which i want i tried modifying to the code so it displays the result in a notepad file but the window closes to fast to even create a notepad file pls help

  • @MartinoDeanMusic
    @MartinoDeanMusic 5 หลายเดือนก่อน +1

    Great tutorial, very practic and easy to understand! Thanks!

  • @watimeyur6194
    @watimeyur6194 5 หลายเดือนก่อน

    Does this work with streamlit libary? I made an exe but it displays streamlit libary not found

  • @AshishSingh-sy3gn
    @AshishSingh-sy3gn 3 ปีที่แล้ว +2

    Hi there, the .exe generated by pyinstaller is getting detected as a virus by windows defender as well as other antivirus softwares and thus I am not able to execute it. Please help

    • @DamnBoii123
      @DamnBoii123 2 ปีที่แล้ว +1

      This happens all the time.

  • @unboundrip
    @unboundrip ปีที่แล้ว +1

    "9795 INFO: Building EXE because EXE-00.toc is non existent
    9795 INFO: Building EXE from EXE-00.toc
    Fatal error: PyInstaller does not include a pre-compiled bootloader for your
    platform. For more details and instructions how to build the bootloader see"

  • @notarthem
    @notarthem 5 หลายเดือนก่อน

    can you help me i do pyinstaller after installing it and it says the term pyinstaller is not recognized

  • @AbishaiSingh
    @AbishaiSingh ปีที่แล้ว +3

    Good explanation. But you mentioned this is not the production way, since on many computers, it will be flagged as virus. So what would be the “official” way to release a software developed in python?

    • @stickpal
      @stickpal ปีที่แล้ว +1

      You would need to license it. It costs around $100 unfortunately.

    • @AbishaiSingh
      @AbishaiSingh ปีที่แล้ว +1

      @@stickpal What do you mean by licensing it? Need to purchase the tool?

    • @stickpal
      @stickpal ปีที่แล้ว +3

      @@AbishaiSingh licensing your own app is basically giving the app info about who made it, the organisation behind it etc, I unfortunately do not know for certain how it actually works but It would be better if you look online for a better answer.

    • @AbishaiSingh
      @AbishaiSingh ปีที่แล้ว +1

      @@stickpal Thanks bud

  • @floatingcubes
    @floatingcubes 3 หลายเดือนก่อน

    How do you change the icon for the exe?

  • @LucianoFernandezMuruaga
    @LucianoFernandezMuruaga 4 หลายเดือนก่อน

    hello! it worked, but it doesn't closes after finishing the code or when it finds an error

  • @fstudies6913
    @fstudies6913 2 ปีที่แล้ว +1

    Hey when I run the pip command my terminal is showing me Erros❌how can I resolve that problem

  • @wilhelmeddington8974
    @wilhelmeddington8974 9 วันที่ผ่านมา

    Hall Jose Walker Brian Walker David

  • @LucianoFernandezMuruaga
    @LucianoFernandezMuruaga 4 หลายเดือนก่อน

    it worked. But it doesn't closes after finishing or after an error

  • @SchoolSupliiz
    @SchoolSupliiz 5 หลายเดือนก่อน

    doesn't work for me doesn't recognize as a batch file

  • @Mat4hew_
    @Mat4hew_ 5 หลายเดือนก่อน

    why it is telling me that it is a troyan?

  • @mrphilly
    @mrphilly ปีที่แล้ว +1

    help it doesn't work it says that pyinstaller is not a command

  • @herbertguate8934
    @herbertguate8934 8 หลายเดือนก่อน +1

    My main file in fist just closes after opening 😢

  • @milton_tom
    @milton_tom 4 หลายเดือนก่อน

    what if my project has multiple files?