Converting Python Project (Multiple Files) to Executable (.exe) Format

แชร์
ฝัง

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

  • @user-cj1dq4gf5d
    @user-cj1dq4gf5d ปีที่แล้ว +18

    Bro just saved my College Final Project, Thank you

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

    As soon as i try to open my project (created in pygame), the window closes immediately, my IDE is Pycharm, maybe it has something to do with that, but there are no errors or buggs.

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

      Same problem with me

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

      Same with me

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

      i had the same problem but i fixed it with adding all the folders not only the parent folder of the app i've added every folder one by one i didn't include __pycache__ and .idea and it worked hope this will help

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

      The problem happened to me, i just took a screen shot right when the window closes, and the error is that the other files are not correctly compiled, you need to put everything in one file

    • @giorgos-ib1uq
      @giorgos-ib1uq ปีที่แล้ว

      input("Press Enter to continue...") at end

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

    I've tried this many times but nothing ever appears in my output folder

  • @techsciencewitha.k.9042
    @techsciencewitha.k.9042 3 ปีที่แล้ว +2

    Bro on adding additional files in one file mode....creates failed to run the program

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

    coverted to exe but not works when open it. A dialouge box opens with error msg

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

    This would have been MUCH better if it was done with a larger font and not on a transparent background. Maybe with any audio voice-over, etc.

  • @user-sy9ti6dm7g
    @user-sy9ti6dm7g 3 ปีที่แล้ว +4

    auto-py-to-exe dont work can you help me

  • @ManpreetKaur-kr1mn
    @ManpreetKaur-kr1mn 3 ปีที่แล้ว +6

    I installed auto-py-to-exe, but when i run this it shows an error that
    auto-py-to-exe is not recognized as an internal or external command, operable program or batch file
    Now what should i do..??
    Kindly help me!!

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

      just go to your python installation folder and in the scripts folder you'll find auto_py_to_exe script click twice and it will open or just add {python installation folder}/scripts to your path and it will work

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

      know this is old but i found a sulution because i had the same problem, try python -m auto_py_to_exe

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

      @@Counsle thanks

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

      @@Counsle amazing

  • @user-uo2qm1vq8y
    @user-uo2qm1vq8y หลายเดือนก่อน

    What if I have multiple python files linked together to run a program?

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

    how do you make that the terminal does not open only in this case the calculator?

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

      i mean it does not show the terminal

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

      @@najadlaug4198 change the .py extension of the python file to .pyw extension then the terminal will not open only your calculator will open

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

      @@najadlaug4198 click the window based

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

    bro it didn't include matplotlib code. what to do?

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

    "Error: tkinter not found" Could you please help me?

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

      If you are using Python 3.x, "Tkinter" is changed to "tkinter" (all lowercase). Try "import tkinter as tk" . Hope it helps.

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

    Does it work with pythonscripts that use cogs?

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

      Let me know too please

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

    how to install on raspberry pi?

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

    Does it work with Django projects?

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

      Sorry I have not tried it with Django yet.

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

      @@starling4979 no problem, I'll give it a try.

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

      @Cosmic Nightmare testing with a simple project, it did. After adding some libraries and templates, I had some errors and didn't tested anymore.

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

    బాగుంది

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

    I have tried but it doesnt run

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

    Is github knowing my code ?

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

    Hi all!
    Can anyone help me? I try to create the exe and its ok, but when i try open it, doesn't work...
    Anyone have this issue?
    Thanks

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

      this module doesnt work, use 'pyinstaller' to make py to exe

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

      @@enzoseschi792 but can we use it to make exe from multiple py files in one folder.

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

    thanks bro

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

    Teşekkürler

  • @user-re6jm3lu1e
    @user-re6jm3lu1e 15 วันที่ผ่านมา

    thx bro

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

    thank u

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

    nice

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

    goog

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

    Doesnt Worked Sadly

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

    for me it says access was denied..

    • @techsciencewitha.k.9042
      @techsciencewitha.k.9042 3 ปีที่แล้ว

      Bro run command prompt with administrator....100% solve

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

      and you can use last part of codes . --user

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

      @@techsciencewitha.k.9042 Figured that out a while ago

    • @techsciencewitha.k.9042
      @techsciencewitha.k.9042 3 ปีที่แล้ว

      @@Not_H3 would it worked?

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

    WHAT IS HE EVEN DOING!!! IT DOESN'T WORK!

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

    when i try to open exe , its always closing

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

      What's the purpose of the program?

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

      @@zeke3395 Its pyqt 5 interface which includes sorting algorithms and other functions ( time comparing etc )

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

    Auto py to exe

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

    didnt work

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

      th-cam.com/video/MWmEctc93qU/w-d-xo.html The updated video is here. If the error still persists, I can help if you can share it. Thanks.

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది

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

    బాగుంది