Convert Python To Exe Files

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2020
  • In this video we learn how to convert Python files (.py) into executable files (.exe) on Windows.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    🐍 The Python Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎵 Outro Music From: www.bensound.com/
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    You're literally making me fall in love to programming again, dude. Keep up the beautiful work!

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

    This is what I was exactly looking for, great video, straight to point while also informative. Nicely done.

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

    works awesome!
    if it says the file isnt found dont rename your file to (name) with the .py at the end if its already a python file

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

    Hiii and thanx for the video
    Was waiting for this!!!

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

    Awesome as always 👍😀

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

    Thanks for making this
    Really helps alot

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

      Glad it helps :)

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

    Wow this is is an absolute gem.

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

    You mentioned at the end that if we want to create an .exe that works you recommend using cpp, c, c# or java.
    But isn’t java also an interpreted language?
    Great video!

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

      please do not use Java when making apps for normal windows home users =)

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

      @@teemuleppa3347 what should i use for windows ones?

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

    Good video, the problem I've found with PyInstaller though is the Windows Defender picks it up as a virus and deletes it! Most other AV progs are OK but it'd a bit of a problem!

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

    Dude, your videos are just a-m-a-z-i-n-g !

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

    Can we convert a group of python files or an entire python project, into an executable?

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

    Are these projects that you have done with in the last year only able to be done through the Professional Pycharm download, or can I practice and utilize these projects with the community download.
    Completely new to Programming, and all the software that comes with it.

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

      Any PyCharm works fine, the only difference being that Pycharm Professional version has an extra array of features, but the Python is essentially the same, so you can write the same code in the Community edition and nothing will differ

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

    Bro, how did you make your comand prompt transparent???

  • @user-oi2wr6gg4i
    @user-oi2wr6gg4i ปีที่แล้ว +1

    That's nice, but what about packages? For example, I have main.py my_frontend.ui and some modules_1,2,n.py How can I make .exe from these files?

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

    If your program is slow to start, avoid using --onefile. This option bundles everything into one file, similar to a zip. Running it involves extracting everything to a temporary folder, which slows down startup. Without --onefile, there's no extraction, so it starts faster.

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

    Keep them coming!

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

    Will it work if the file needs to import python module? Also will it work on the computer on which python isn't installed?

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

    I am trying to convert .py file to .exe . it creates the .exe file but it does not work while the .py file works. its a simple code where i import .csv file and and do some calculation and conditional formatting then try concert it. any suggestion or recommendation?

  • @Black-mz4wy
    @Black-mz4wy 3 ปีที่แล้ว +2

    i adore your vids what software/IDE do you type in?

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

    thank you..this helped me a lot...

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

    Nice job! explained

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

    Do I need to keep the icon.ico file in the same project folder? as it showing error unable to open the .ico file

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

      yes you can keep the .ico file in the same place where the python file is located or in a folder such as an images folder. if you put the .ico file in a folder called images then you would type in the command prompt: pyinstaller --onefile -i images/iconfilename.ico main.py

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

    it gives me pyinstaller is not recognized as internel or external command any help

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

    Can you send it to someone else n would it still work??

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

    how can we create unpackable exe files? Does go lang create such executables? Unpacking: exe files to source code.

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

    i installed pyinstaller but when i check it, it downloads again then when i do the one file thing it just says it isnt recognised

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

    I might attempt to soon create a minimalistic Python-to-Cpp translator script from a single file C++ 3D Game Engine script so we can almost have the best of both worlds.

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

    It says failed to execute script main

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

    please this is what I get.
    struct.error: unpack requires a buffer of 16 bytes
    the folders appear but the one supposed to have contained the .exe file has nothing in it
    I need help please

  • @Alexander-vo4gv
    @Alexander-vo4gv 3 ปีที่แล้ว +1

    Thanks dude!

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

    Does it work with x64 Windows?

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

    There is error, when you use option --onefile and made our application in exe.afer that we open that exe it will made a copy of our python script in temp folder.It is dangerous, means we share original python code to client.kindly solve this bug for --one file format.

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

    hey love the tutorial but its giving me an error saying 'pyinstaller' is not recognized as an internal or external command,
    operable program or batch file. can you help me fix it

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

    works well and does not open a dos like shell. Great example

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

    it says it is installed but when i run the command it says that it is not recognized as an internal command

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

    Finally complete guide 👍👍

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

    Everytime I try and do this it says it isn't found but I do it right everytime all the other folders pop up please help me

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

    I did , but It was a problem with cmd, I wrote pip install pyinstaller.
    But Cmd said : C:\Users\kingsman>pip install pyinstaller
    Fatal error in launcher: Unable to create process using '"c:\program files (x86)\python.exe" "C:\Program Files (x86)\Scripts\pip.exe" install pyinstaller'

  • @Alzz-ilmb21
    @Alzz-ilmb21 3 ปีที่แล้ว

    sir, how is main.exe converted to text python?

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

    If I used an extra library(module) such as requests and converted the .py the .exe would the user be able to run it without having the python and the following module at all?

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

      To be honest I have not tried it but I think since the file is so huge it has everything it needs inside of it

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

      Yes, it is going to work.

  • @SHIVAMKUMAR-zi7sl
    @SHIVAMKUMAR-zi7sl 3 ปีที่แล้ว

    Bro can you tell me how to conver .py with MySQL to exe to run in clint s pc.

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

    How compile main.py to EXE with tensorflow and .h5 file???

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

    when I run my exe on windows 7 I get this message: python exe api ms win core path dwwin.exe api-ms-win-core-version-l1-1-1.dll
    I used python 3.9 to create my project. can you please help me ?
    I installed the latest virtual c++ package on the win7 pc
    still no help.

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

    i wrote a game in python with kivy but after doing this i cant run my game how do i get this to work

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

    But what if I have many py files and directories, wich form the app?

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

    Does this work with database gui

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

    great sharing 👍can we just email this exe to a friend so he can use the app too? thanks

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

    I tried to mix this video with the one about the python Trojan, so I made a .exe file with the game part of the Trojan. When running the server via cmd and the python script, even though the cmd is prompting me to enter a command properly, i can't send any commands to the client. Does anyone know a way to fix this ? Can the .exe file not correctly connect to the server ? The python version works just fine. Thanks !

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

      The client actually connects to the server, and I get terminal access with the "cmdon" command, but the first command I send in cmd_mode gets me a ConnectionAbortedError

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

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

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

    It does have a major flaw it doesn't correctly import unkown modules like your vidstream module :(
    EDIT: it can import it, just use pyinstaller

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

    Hey this doesn't work for me I've checked many tutorials and it doesn't seem to work

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

      doesn't work for me too...figured something out?

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

    Awesome 👍👍 thanks

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

    Will people able to retrieve the Python code from the EXE?

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

    someone, anyone please how do I fix mine.
    when ever I run the exe file. It quickly opens and closes so fast.
    I've ene turned of my anit-virus protection and fire wall and it does the same shit.
    someone please tell me

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

    Unable to open ico file how to fix this

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

    hey, ı try it same as you but in return ı got an exe not with my ico

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

    When I attempt to install this I get a windows anti virus pop up and it says it detects Trojan:androidOS/multiverse can anyone explain?

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

    When I execute the last command I get the message: The command "pyinstaller" is either misspelled or
    could not be found. Even though pyinstaller is installed.

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

      it needs to be added to PATH which is done during installation

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

    How to create a standalone exe ?

  • @JoaoNeto-up8zi
    @JoaoNeto-up8zi 3 ปีที่แล้ว +1

    I ran into a very embarassing stuff recently. A client of mine asked for a simple result table filtering tool, which I did in Python. It worked wonders on the first version, but then when I released the first revision, all antivirus programs went apeshit like it was some hardcore trojan package. It was because of heuristics and I had to recompile it with dummy files that made the application heftier so the detectors wouldn't bother... It's not a good solution but at least it works now.

    • @Renan-yq2qv
      @Renan-yq2qv 3 ปีที่แล้ว

      Tive o mesmo problema, mas no meu caso ele persistiu

    • @JoaoNeto-up8zi
      @JoaoNeto-up8zi 3 ปีที่แล้ว +1

      @@Renan-yq2qv Você tem que deixar o programa com pelo menos 50mb que é o que os filtros costumam deixar passar. Isso vai reduzir os bloqueios e alguns alertas, mas nunca vai tirar a detecção por completo. Os desenvolvedores do pyinstaller estão cientes mas já disseram que a culpa é do pessoal que faz os antivirus, então vamos ter de conviver com isso.

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

    After installing pyinstaller, and doing pyinstaller in cmd, i get the error: pyinstaller is not recognized as internal or external...
    How do i fix this?

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

      (1) Go to Your required directory
      (2) The do exact same in the video (except optional parameters)

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

      @@anshgupta8571 alright thanks for the help!

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

    TypeError: expected str, bytes or os.PathLike object, not BytesIO
    [12228] Failed to execute script 'main' due to unhandled exception!

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

    >>Nice work, but how can we convert .py file having matlab library to .exe file?

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

    you mentioned time and time again how python is not meant to be made executable can you tell what it meant to be used as. I hope you will answer it will be much appreciated!!!

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

      This is an excellent point, Python has been hyped as the greatest thing in programming with loads of jobs available for Python programmers but…
      What is the point of writing applications that run fine on the programmers development system but cannot be distributed to general users unless turned into enormous executables that are much slower to run than the development script!
      I am a beginner at python but after hours of writing a script that could probably be written much more efficiently I was very disappointed with its performance as an exe. Especially as this was hoped to be a utility that I could distribute easily and quickly to other users. 😟

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

    what about cx_freeze

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

    Hi bro..
    do you know if creating exe file using pyinstaller is easy to reverse to code?

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

      No because you can only do that on c. Maybe you can do that with binary or hex code, but it’s still a hella lot longer process

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

    what's name of this song!?

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

    can you please make video : How to insert libraries like "pyfiglet" to exe?

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

    Sir how to send this file on a device that doesn't have python on it

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

    pls help me i did everything and it says frkn
    'pyinstaller' is not recognized as an internal or external command,
    operable program or batch file.

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

      same BUT
      what i did was reinstall python and check the option that said "Add To path" or something like that and then reinstall pyinstaller
      your welcome

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

    Can anyone help me in my situation? I write in the "pyinstaller -w -onefile file.py", but that never properly excecutes and tells me that 'pyinstaller is not a recognised internal or external command'. Can anyone help me with this problem??

    • @HelloGranny-ii5ys
      @HelloGranny-ii5ys 3 ปีที่แล้ว

      same!

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

      do ‘pip install pyinstaller’ you skipped this step mentioned in the video maybe

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

      also do ‘activate main’ before ‘pip install pyinstaller’

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

      @@jeremyko8264 that didnt work

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

    for me cmd saying access denied 😔 can somebody tell why this happening

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

    Where u from ?

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

    'pip' is not recognized as an internal or external command,
    operable program or batch file.

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

    Hi sir,
    But how to make exe for window 7

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

    What's is name this music

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

    Is some way to convert whole python project to one executable file?

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

      Yes, download NSIS, zip your project and covert project from zip

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

      @@xMSaccountx thanks so much

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

    I have an problem can you help me

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

    "
    It is not a cross-compiler
    - to make a Windows app you run PyInstaller on Windows
    - to make a Linux app you run it on Linux, etc
    "
    Any workaround this?

  • @54M1WUL
    @54M1WUL 3 ปีที่แล้ว

    Can u do raspberry pi cam videos? Plz

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

    Virus warnings after trying to run .py program converted to an .exe file
    how to fix this, bro!

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

      Unfortunately it's an issue with Windows Defender, would recommend something like Avast instead.

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

    "pip is not recognized as internal or external command" can you help me 😰

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

      You need to say “ install pip “ in cmd

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

      @@abdullahafzal3691 i soloved it. need to save scripts folder's location in system environment variables

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

    when i convert to exe file and send to my friend, it says the file contains virus

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

      @@trw8777 how?

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

      @@trw8777 but can we do it without the .bat file?

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

      @@LP-ln9zl whats the difference

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

      Yep, known issue with Microsoft Defender unfortunately

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

    when i enter cd Desktop it says that the path does,t exixst ??????????????

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

      goto esplorer and type cmd to go desktop

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

    Windows Defender flags any exe file I created using pyinstaller as a virus. It even deleted it from zip pin drive I was trying to copy to my other computer....apparently you need to register your program with M$ so that your program is not flagged and deleted. How then can I create a few simple programs for my own children's use - a simple Pong game clone, for example - without shelling $60/year just to keep it from being deleted? Kind of makes python useless for indie program development in my opinion.

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

    Help! it says file not found while i know for sure i typed it right

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

      try to write path, for example: projects\main.py

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

    why its wrong to compile python scripts?

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

    Do any of you receive the "Failed to execute script main" error? I tried converting several programs and I get the same issue. I used both --onefile and --noconsole and still.

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

      for gui's u should use -F -w -i "icon.ico" main.py

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

    Iam trying to convert a python file since weeks but everytime I try it says "system can't access the file" do u have an idea what iam supposed to do?

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

      maybe you don't have the necessary privileges?

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

      @@NeuralNine yes that's what it probably is but I don't know how to change that. Bcs I should have the privileges.

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

      You most likely made it work by now, but you probably just didn't run cmd as admin

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

      @@SkuezTech I still didn't get it to work and I did run cmd as an admin

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

      @@frapii7834 hm idk weird. I occasionally forget to run it as admin and get that message so i thought you did as well. If you followed the instructions exactly, ive got nothing man 😅 edit: maybe your pc just built different 😂

  • @RAM-im5lr
    @RAM-im5lr 3 ปีที่แล้ว

    How to compress pyinstaller .exe

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

    I have no idea why (I reinstalled Python twice and followed some lengthy trouble-shooting steps), but I kept getting this error when trying to install pyinstaller: "pip is not recognized as an internal or external command”. I decided to try it in the PyCharm terminal, and that worked just fine-for whatever reason. Otherwise, this was exactly what I needed. Cheers!

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

      Hello, you msut modify the environment variables adding whre the pip.exe is
      \script
      \library\bin
      Hope you find something mroe detailed and get it solved :D

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

    Madman directly dives into how to properly write a virus 1:22

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

    Thanks a lot, but like u said python isn't meant to be compiled 👍

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

    detected a trojan horse in the pyinstaller?

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

      Known issue with Microsoft Defender

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

    6 mb python script will be around 6-7000 lines of code

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

      6 mb python script will be one library in exe

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

    syntax error

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

    super

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

    cool

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

    Great

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

    please make a video on how to inject trojan into exe like your video on only python files