Convert py to exe - from code to software

Ғылым және технология

In this quick tutorial you will learn how to convert Python files to fully functional Executable Programs!
We will use Auto-Py-To-Exe for to do this and ConvertICO.com to generate an icon for our Program.
From now on - you can turn all your Python apps into desktop software in 5 minutes!
🛑 NEWER AND BETTER VERSION OF THIS TUTORIAL IS NOW AVAILABLE! 🛑
-----------------------------------------------------------------
⭐ From Python App to Real Software:
kzread.info/dash/bejne/omeota6apNCtprg.html
This one is using Pyinstaller + InnoSetup and results in a 😱 SINGLE SETUP FILE 😱 which anyone can easily download and install on their computer (including your grandma! 😉)
-----------------------------------------------------------------
Did you like my Trivia Game? 🤩
Want to learn how to create it step by step?
⭐ Create a Python Trivia App with PyQt5 - PART 1 ⭐
kzread.info/dash/bejne/a52Orqanh8Lcp7g.html
⭐ Create a Python Trivia App with PyQt5 - PART 2 ⭐
kzread.info/dash/bejne/pGaOsJKmhKfUgMY.html
⭐ Download my Trivia Game from Github ⭐
github.com/MariyaSha/TriviaGame
🐍 INSTALL PYTHON 🐍
kzread.info/dash/bejne/eI5pxMOooKzFndI.html
************************************************
If you found this video helpful - please like, comment, subscribe and share it with your friends! 😀
If you have any questions or if anything fails in the conversion of your app - please let me know in the comments below!
************************************************
convert png images to icons:
convertico.com/
read more about auto-py-to-exe:
pypi.org/project/auto-py-to-exe/
************************************************
TIME STAMPS
************************************************
00:00 - intro
00:27 - install auto py to exe
00:46 - select main py file
00:56 - one directory vs one file
01:31 - console based vs window based
01:55 - create and set icon
03:05 - additional files
03:38 - advanced section use
04:02 - select output folder
04:13 - convert py to exe
04:39 - play computer science Trivia
05:28 - thanks for watching! ♥
#python #pythonapp #pythongui #pytoexe #convertpython #convertpytoexe #codetoprogram #guiicon #gui #graphicuserinterface

Пікірлер: 1 000

  • @maksymkovalchuk6734
    @maksymkovalchuk67342 жыл бұрын

    Did everything right. Why is it not working? :( 'auto-py-to-exe' is not recognized as an internal or external command, operable program or batch file.

  • @PythonSimplified

    @PythonSimplified

    2 жыл бұрын

    Hi Maksym 😊 Let me know if I got you right - you were able to install 'auto-py-to-exe' and after it showed you it's installed in the terminal you typed 'auto-py-to-exe' and then it presented you with that error? Troubleshooting suggestions: - Do you have Python 3.4 or above? - Did you by any chance install it in one working environment and then tried to access it from another environment? or simply from the root? - Try uninstalling it and then installing it again - Try accessing it manually, here's how your path will look like: C:\Users\Mariya\anaconda3\Scripts\auto-py-to-exe.exe Where you'll need to replace "Mariya" with your own username 😊 Good luck, and please let me know if one of these suggestions worked! 😀

  • @redthunder6183

    @redthunder6183

    2 жыл бұрын

    I had the same exact problem, I am using python 3.9 so that shouldn't be an issue and I tried to access it manually, but for some reason, I couldn't find the exe file. What worked for me was once I installed it, I noticed that it gave the file directory for all of the files of auto-py-to-exe so I just did a control-f search (in the terminal after installation) for auto-py-to-exe.exe and copied the file directory that it gave and pasted it in file explorer and it worked perfectly. Probably not the way to fix the problem but it helps to get around the problem. I should also mention that I just graduated High School and have only been programming for a few months as a hobby, and I don't have much experience.

  • @redthunder6183

    @redthunder6183

    2 жыл бұрын

    @@notramwanule1069 well, if I can run the executable file, then it clearly installed correctly, probably just in the wrong place

  • @avinashvenu7236

    @avinashvenu7236

    2 жыл бұрын

    @@PythonSimplified ts not working the appliction main.exe file just blinked in my window screen and gone. i am using kivy resources and used autopytoexe.exe to convert the .py to .exe file. How can we make it standalone.Pls help :(

  • @arhya7452

    @arhya7452

    2 жыл бұрын

    @@redthunder6183 *Solution* : Hi there, I got the same problem and i noticed that when i installed auto-py-to-exe it gave me a warning: WARNING: The scripts auto-py-to-exe.exe and autopytoexe.exe are installed in 'C:\Users\ARHYA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. So basically you need to add this location in your PATH variable of your system. To do this: 1. Find this link when u install it or you can get this link alternatively by running these lines in your python IDLE. 'import os' then 'import sys' then 'print(os.path.dirname(sys.executable)+'\\Scripts\\')' then copy the output which is the location that u need to add in the PATH variable. 2. Press windows key n type 'system environment', open the setting named 'Edit the system environment variables'. 3. Press the option labeled 'Environment Variables' . 4. Find 'Path' under system variables and double click on it. 5. Press 'New' and paste the the location which we copied. Make sure to press 'OK' to save the changes. 6. Open a new command prompt and try 'auto-py-to-exe' (Make sure u have it installed before running :) ). Now everything should work fine :P. (Note this kind of problem arises when u dont check the box which says 'Add python to PATH' when installing python. ) I hope this works for all of you. Best of luck :)

  • @jcdenton7914
    @jcdenton79143 жыл бұрын

    This is something that should be taught in intro to programming courses because more people would start to make their own tools

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    I definitely agree! The whole purpose of my channel is to inspire lovely developers to create their own projects! 😊 This is the best way to learn, practice and get better and better and what we do. I am a thousand times more confident in my programming skills since I stated building my own projects, even though I still have so much to learn! 😀 Programming courses are great, but sometimes they limit our imagination and creativity. I prefer the trial and error way 😉

  • @ovs_cosplay

    @ovs_cosplay

    Жыл бұрын

    This is definitely not. python files designed to be executed with an interpreter and exe files are created with compilers. This is a cool but not an out of the box solution, so teaching this in a programming intro course will only cause confusion to someone who is new to programming.

  • @claytonbennett7797

    @claytonbennett7797

    9 ай бұрын

    @@ovs_cosplay If you have written a python project and you want to deploy it for other people to use, what's the best deployment method? Exe is such a standard, if you want other people to use your code. Also, if you want to protect and obfuscate your code, so that it cannot be reverse engineered, will it be safe once converted to exe? Is there a way to obfuscate code if you're deploying on pypi for example?

  • @anikevin
    @anikevin3 жыл бұрын

    I love your content. I'm a CS student who mainly works with Java, but I want to get into machine learning. Your Python vids will help a lot.

  • @luiytheninja3655

    @luiytheninja3655

    Жыл бұрын

    I literally only learned python to help with my old job. Lot of data we dealt with, ended up falling in love with programming and now am about to start applying for junior engineer jobs.

  • @eckee

    @eckee

    Жыл бұрын

    ew java

  • @RiftW4lker

    @RiftW4lker

    Жыл бұрын

    Ew

  • @BJCP
    @BJCP3 жыл бұрын

    Missed the live chat but in this case you've left no questions! As always, fantastic content.

  • @taranggarlapally2693
    @taranggarlapally26933 жыл бұрын

    Thank you! Was searching for this so long.

  • @exosoul
    @exosoul3 жыл бұрын

    So…. This video just stumbled on my feed and decided to check it out. After so long looking into how to do this (learning Python on my own) this is by far the easiest way I’ve seen to convert to .exe. Thank you so much!

  • @sb2828sb
    @sb2828sb3 жыл бұрын

    Wow! This is what I am looking for! Thanks for your video and all the detailed instructions.😃

  • @jivandibiase7886
    @jivandibiase78862 жыл бұрын

    Yooo these tutorials are short and straight to the point. This channel is going places! 💪

  • @adrianblade5145
    @adrianblade5145 Жыл бұрын

    Tbh, I like more of these type of videos because they're short, concise and they get to the point.

  • @xpathservice2179
    @xpathservice21793 жыл бұрын

    You may also convert the exe to an installer (using 'inno setup')

  • @Mirador1

    @Mirador1

    Жыл бұрын

    Better with WinRAR.

  • @Khealim
    @Khealim3 жыл бұрын

    Will come super handy for my garage project, thank you for the videos, helping me out a lot recently! :)

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Thank you for the lovely feedback Khealim ! I'm always happy to help! 😁😁😁

  • @souravdey1227
    @souravdey12273 жыл бұрын

    The single most important question in my life and yet I never asked the correct question. Until KZread recommended the video. Thanks a lot Mariya.

  • @chandanbanakar333
    @chandanbanakar3333 жыл бұрын

    This is the channel I never knew I needed !!

  • @tooru

    @tooru

    3 жыл бұрын

    Becase you didn't :harold:

  • @terlique
    @terlique3 жыл бұрын

    i've been looking for something like this for a while. thank you.

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    You're welcome Engin, glad you found it useful! :)

  • @InvadindoaCena
    @InvadindoaCena3 жыл бұрын

    Thank you.

  • @Redzera_

    @Redzera_

    3 жыл бұрын

    Que isso kkkk

  • @elsenorgato6856
    @elsenorgato68562 жыл бұрын

    One of the best videos I have ever seen before about converting py to exe. Thank you so much!!!

  • @Igor_Kosoev
    @Igor_Kosoev2 жыл бұрын

    I don’t know English well, and I’m even worse at programming, but your videos are very useful and informative for me, I think it’s worth trying to start learning programming with Python. And thanks a lot for your work!

  • @sentinel5943
    @sentinel59433 жыл бұрын

    Thank you for this videos!. They really helped me a lot this few weeks, i made some decent projects to my university thanks to your pyqt5 tutorials!. Thank so much :D

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Yeeeeey, I'm so happy to help Jysús! Especially with university stuff!!! 😁😁😁 I know it could sometimes be overwhelming and having the right advice at the right moment is absolutely crucial! 😊 Thank you for the incredible feedback!

  • @user-dy5ho4sj2w
    @user-dy5ho4sj2w3 жыл бұрын

    I was hoping you’d do this one!! You are so awesome. 👏😲

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Thank you so much Josh! This tutorial was highly requested so I had no where to run! hahaha 😁

  • @nasser_omar
    @nasser_omar3 жыл бұрын

    Thanks for your effort. It's really amazing and simple way. It's a pleasure to be one of your channel members.

  • @jeronimo1338
    @jeronimo13383 жыл бұрын

    Hey Mariya, thanks for the nice intro on auto-py-to-exe. You included those PNGs to your exe, but how do you access them from your code after they were packed? Usually I'd do something like >>> os.path.join(__file__, "../image.png")

  • @PeetPeeet
    @PeetPeeet2 жыл бұрын

    Thank you Mariya I did this eventually, although you made the hard part look really easy. To get from 0.30 to 0.45 took me several hours. The things you did would not work in command prompt, you have to get anaconda, then anaconda navigator, then from navigator you can run a terminal in main virtual environment where you can install auto-py-to-exe, then with this app you can finally convert .py to .exe

  • @ellyothim355

    @ellyothim355

    Жыл бұрын

    you've succesfully complicated everything

  • @PeetPeeet

    @PeetPeeet

    Жыл бұрын

    @@ellyothim355 Perhaps your setup is different to mine, just sharing my experience :) thanks for fantastic explainer though it did really help even if I couldn’t do it your way

  • @ZurioSi
    @ZurioSi3 жыл бұрын

    AWESOMEEE!! hahaha. Keep making sick videos like this, we appreciate it so much!. Have a wonderful day.

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Thank you, thank you, thank you! 😀 What did you think about auto-py-to-exe compared to the pyinstaller way??

  • @ZurioSi

    @ZurioSi

    3 жыл бұрын

    ​@@PythonSimplified It's fancier, I like it!.

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    ​@@ZurioSi Fancy is great! hahaha 😁

  • @arksindustry2171

    @arksindustry2171

    3 жыл бұрын

    @@PythonSimplified feels like software designer and got a chance to spread our projects easily

  • @mike0rr
    @mike0rr3 жыл бұрын

    Awesome. Really helping me get back into programming.

  • @magiczico
    @magiczico3 жыл бұрын

    Stunning as usual. Thanks for the very helpful vid.

  • @2BeersInside
    @2BeersInside3 жыл бұрын

    Thank you for your tutorials! They are awesome. Would you be so kind to show how to compile a SETUP file for the app?

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    I sure will! 😊 thank you so much for suggesting and for your lovely feedback! 😁

  • @benettsif4147
    @benettsif41473 жыл бұрын

    it wasn't as complicated as i thought it would be. Thank you for sharing this!!

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    You're absolutely welcome benet tsif! it was a highly requested video, and judging by all the GUI projects we created on this channel - I should have done it much earlier! 😀

  • @pvic6959

    @pvic6959

    3 жыл бұрын

    thankfully the package you install does all the heavy lifting which is why it isn't complicated. Kinda how we can say "oh driving isnt as complicated as I thought", but really the engine and how everything works is abstracted away behind a steering wheel and some buttons. But thats the power of python: there probably exists a library for what you want to do. But you can also implement stuff from scratch if that's what you want to do too - I find that it personally helps me get a deeper understanding of concepts

  • @josedavidhernandezguerrero7337
    @josedavidhernandezguerrero73377 ай бұрын

    I was searching for hours and this video worked perfectly!!

  • @Tobs_
    @Tobs_3 жыл бұрын

    Awesome, I like the front end for the py to exe, was not aware it existed. Thanks for sharing 👍

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Thank you Tobs! I'm a huge fan of interfaces as opposed to consoles so I was a 100% sold on Auto-py-to-exe from the get go! 😃

  • @vikashupadhyay54
    @vikashupadhyay543 жыл бұрын

    Love the way u explain programming with always smiling face ☺️

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Thank you Vikash! 😁 I love programming! I've discovered the world wide web when I was 12 years old (when parents finally got me a broadband connection, I would have done it earlier if it was up to me 🤣) and never stopped learning since! Programming opens an incredible world of opportunities to everyone who's curious enough to take a peek - so we should all smile all the time! 😀 we picked the best profession in the world!

  • @watherby29

    @watherby29

    3 жыл бұрын

    Programming is a sad and lonely profession that I love.

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    @@greatestevar In recent years I've been enrolled in online academies such as Udacity, Udemy, Team Treehouse, now I'm very happy with Coursera 😃 Not entirely sure if it's considered formal education but let's call it "self motivated" instead hahaha, it sound much more accurate 😉 Such academies didn't exist when I was a kid though, I had to look for HTML/CSS information around the web without much English knowledge... I have no idea how I found anything! 🤣 I must have been very determined!

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    @@watherby29 it doesn't have to be sad and lonely! I know a bunch of couples where they are both programmers! 😃

  • @watherby29

    @watherby29

    3 жыл бұрын

    @@PythonSimplified They can be sad together, that sounds great ;) ahahaha

  • @programmingwithcybineer
    @programmingwithcybineer3 жыл бұрын

    Great video. i love how you go step by step. Keep up the great videos.

  • @bekat2265
    @bekat22653 жыл бұрын

    Спасибо, Машка)

  • @luisfernandocuestasanchez4343
    @luisfernandocuestasanchez43433 жыл бұрын

    hahaha you are just adorable thanks a lot Blessings

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Thank you so much Luis! Blessings back 😇

  • @ragheedmaloyan3730
    @ragheedmaloyan37302 жыл бұрын

    very helpful videos, thank you! I'm clicking like before watching the tutorial. Good job Mariya!

  • @AkhtarReviews
    @AkhtarReviews Жыл бұрын

    To the point!! Worked well. Thanks.

  • @looongjek
    @looongjek3 жыл бұрын

    как я успел пропустить эти 8 минут)

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    a voobshe to 5:55 minut! 😁 hahaha skoro budut "live lessons" tak 4to budit trudneie propustit 😉

  • @stepanfedoseev2807

    @stepanfedoseev2807

    3 жыл бұрын

    ​@@PythonSimplified Do you speak Russian? Or translator?

  • @Lord__Of__Darkness

    @Lord__Of__Darkness

    3 жыл бұрын

    ​@@stepanfedoseev2807 в чем тогда прикол писать транслитом, если переводчик переводит? Так пишуть только потому, что нет на клаве русской раскладки. А так ответ очевиден

  • @AntiBandera

    @AntiBandera

    3 жыл бұрын

    @@Lord__Of__Darkness У нее характерный акцент ...

  • @AntiBandera

    @AntiBandera

    3 жыл бұрын

    @@stepanfedoseev2807 стефан цвейг !

  • @Anhar001
    @Anhar0013 жыл бұрын

    This isn't really "converting" it's bundling, it's just wrapping the Python + the python runtime and your files into an executable. If you wanted to truly convert Python to native code there is one project called Nukita, that does whole program source file to source file conversation. This however takes a huge amount of time because it has to convert and compile everything including all your library dependencies.

  • @AlexJaeger716

    @AlexJaeger716

    2 жыл бұрын

    Does it turn the source code into bytecode so it’s unreadable?

  • @Anhar001

    @Anhar001

    2 жыл бұрын

    @@AlexJaeger716 it turns it into machine code same as when you compile a C program into a native executable

  • @AlexJaeger716

    @AlexJaeger716

    2 жыл бұрын

    @@Anhar001 Thanks for the response! So people can't decompile it?

  • @Anhar001

    @Anhar001

    2 жыл бұрын

    @@AlexJaeger716 native code can be decompiled but often times the symbols will be striped as well as names mangled and that's not including a lot of compiler optimisation, the decompiled output is nothing like the origin source code. Anyway obfuscation isn't the purpose of native compilation, the purpose is speed and not needed runtime dependencies

  • @AlexJaeger716

    @AlexJaeger716

    2 жыл бұрын

    @@Anhar001 ah I see, so pretty much using something like nukita is enough to protect my code? what about using something like pyinstaller? Would that offer the same level of protection?

  • @peacecitizen1
    @peacecitizen124 күн бұрын

    Thanks for the vid, worked flawlessly!

  • @relens2
    @relens23 жыл бұрын

    Nicely done -- good information presented in a concise and enjoyable format. (ex-CS prof)

  • @alfredootero845
    @alfredootero8452 жыл бұрын

    Mariya, love your tutorials, they are very well written and thought out. I do know if you have run into the issue that when you share the executable on windows 10, that it first has a windows defender block (can be dismissed by running anyway) but then it reaches a DLL error that can't seem to get around. "Error loading Python DLL ...c:\...downloads\python39.dll .. loading library: the specified module could not be found". any help would be appreciated. Once again, thank you for sharing. Cheers :)

  • @nobodyeverybody8437
    @nobodyeverybody84372 жыл бұрын

    Simple, fluent and nice tutorial, thumbs UP

  • @nikoszervo
    @nikoszervo3 жыл бұрын

    Woh, PyToExe has come a long way! I remember using it 10 years ago, the interface was a lot complex to use.

  • @pugboi8017
    @pugboi80173 жыл бұрын

    Would you make a tutorial on the mvc(model-view-controller) programming pattern but with your gui apps? There arent many on youtube and i think it could be helpful! It’s the basis for alot of web or mobile frameworks

  • @ChristopherPunton
    @ChristopherPunton2 жыл бұрын

    Awesome thanks!! super easy and worked first try 😉

  • @tibsyy895
    @tibsyy8953 жыл бұрын

    Great! I just started to learn programming half a year ago!

  • @KerimovKerim
    @KerimovKerim2 жыл бұрын

    Very helpful video . Thanks a lot Mariya 👍

  • 2 жыл бұрын

    thanks so much for the tutorial I hope you reach 100k as soon as possible

  • @anna_lorencova
    @anna_lorencova Жыл бұрын

    Thank you very much. Helped alot :) good video!

  • @justin_xuereb
    @justin_xuereb2 жыл бұрын

    Worked like a charm! Thanks so much!

  • @brijrajkacha9839
    @brijrajkacha9839 Жыл бұрын

    Thank you, this helped a lot, I was stucked in my one file handling program because I was doing One file mode instead of One directory mode, now it is solved.

  • @adamskali9105
    @adamskali9105 Жыл бұрын

    This video is a gem for a beginner. Thank you so much

  • @justbehappy9617
    @justbehappy9617 Жыл бұрын

    This video made my day! You are a great help! I just finished my 1st project. Thank you! New subscriber here.

  • @Dabbl1ng
    @Dabbl1ng Жыл бұрын

    Very exciting! Thank you!

  • @DaVinc-hi7hd
    @DaVinc-hi7hd5 ай бұрын

    thanks a lot, this was exactly what I needed !!

  • @SuperCarottesRapees
    @SuperCarottesRapees3 жыл бұрын

    You explain very clearly and your presentation is very engaging :-). Well done

  • @josebiscaia670
    @josebiscaia6702 жыл бұрын

    GREAT VIDEO. THANKS. Your tip worked. Worked perfectly.

  • @jwferrazza4444
    @jwferrazza4444 Жыл бұрын

    Its been a year since you made this and i am just starting this python. You probably created your own planet by now! great lesson :)

  • @PythonSimplified

    @PythonSimplified

    Жыл бұрын

    hahahaha still working on it! for now Earth will do 🤣🤣🤣 Best of luck on your exciting new journey! Python is an extraordinary language, you gonna love it! 😁

  • @diliupg

    @diliupg

    Жыл бұрын

    She's actually from Pythos! She's a queen there. :)

  • @plea5185
    @plea5185 Жыл бұрын

    thank you for the easy tutorial for python to exe!

  • @EVENINGFF
    @EVENINGFF3 жыл бұрын

    It helped me alot. I was searching youtube for this topic since 19 days but finally I got this video. Thanks Love from india..❤️❤️

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Yey! I'm so I happy I could help! 😁😁 Greetings from Canada! 😊

  • @ChaosArtist
    @ChaosArtist2 жыл бұрын

    Thanks for this video, I wasn't aware of this process with auto-py-to-exe.

  • @z4ckfytc777
    @z4ckfytc7773 жыл бұрын

    Thank you so much! ❤ I love your channel.

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Thank you Ezequiel! I'm glad you like my tutorials! 😊

  • @cmlosaria
    @cmlosaria2 ай бұрын

    Hi thanks for this explanatory video. I have a question, I have several pyscripts and sometimes, clicking a button needs to execute some pyscripts, do I use relative paths or absolute paths to execute those py scripts when you click on a button?

  • @ducthinhkieu9127
    @ducthinhkieu9127 Жыл бұрын

    Thank you so much for your sharing! It's really helpful for me

  • @user-fb9ri7of2l
    @user-fb9ri7of2l3 жыл бұрын

    Thank you, you helped me a lot, but do i need " setup " to give my app to someone else ?

  • @gustavothuram5370
    @gustavothuram5370 Жыл бұрын

    You're awesome, thanks for the video!

  • @sindeeshdinesh
    @sindeeshdinesh2 жыл бұрын

    That was quite easy . Thank you.😀

  • @RGeoOfficial
    @RGeoOfficial Жыл бұрын

    Thanks a lot, Mariya! It helped me a lot. Everything resulted as expected. Keep your work up. Greetings from Peru. 🤗

  • @leonisadonis
    @leonisadonis3 жыл бұрын

    SUPER HELPFUL pyinstaller was getting on my nerves but this is better THANK YOU

  • @romustdie
    @romustdie Жыл бұрын

    Thank you for the info, very handy tool especially the advanced part with the hidden modules that is more intuitive than the console version of pyinstaller. Your videos are great! PS: What model is that monitor because is huge:)

  • @Wujajin
    @Wujajin8 ай бұрын

    I love you for sharing these vidoes!

  • @eduardokiriakos6255
    @eduardokiriakos62553 жыл бұрын

    Thank you so much! Which you prefer Tkinter or PyQt5? =D

  • @JRis44
    @JRis442 жыл бұрын

    I will go home today after work to build a my first project. The code is mostly complete since ive been learning the past 2 weeks how to program simple stuff. If this app works. You have a new follower.

  • @muratbaykal6550
    @muratbaykal655010 ай бұрын

    Thank you mam for this simple tutorial, way to go!

  • @dahowlin
    @dahowlin3 жыл бұрын

    Thank you for this tutorial!

  • @jorgeoctaviototenajaramill7658
    @jorgeoctaviototenajaramill7658 Жыл бұрын

    You're my favorite coding youtuber :)

  • @avinashvenu7236
    @avinashvenu72362 жыл бұрын

    thank u very much. you teach python very well and explains everything in a cool manner . i am now a subscriber

  • @cesarl.2954
    @cesarl.2954 Жыл бұрын

    You kept the video short and it was very good regardless. You are amazing.

  • @NoamAsulin
    @NoamAsulin2 жыл бұрын

    Great stuff ! thx ! Just what I needed . Subscribed !

  • @PythonSimplified

    @PythonSimplified

    2 жыл бұрын

    תודה רבה נועם, שמחה לשמוע! 😀 Welcome aboard! 😁

  • @mani-2831
    @mani-28312 жыл бұрын

    Learn a lot watching your videos. ❤️ from Srilanka

  • @kuntrasha
    @kuntrasha5 ай бұрын

    I am almost done creating my program that has been running solely in the IDE. Was getting excited to pack it into a .exe or .app file and show dad. Then I realised I might need to code out a GUI. I guess I have to learn that now. How did you do yours? It looks fresh. I have heard tkinter is the way to go? I basically just have to display a datafram and give them options to change a couple of values before exporting it to a spreadsheet for them to save or print.

  • @peterradics4354
    @peterradics435411 ай бұрын

    I love you, Lady! This video is still great!

  • @darraghroper1293
    @darraghroper1293 Жыл бұрын

    This video was so well made that I watched the whole thing and I do t even need to convert my .py files

  • @killianaguirremartinez8
    @killianaguirremartinez82 жыл бұрын

    Thanks! This was really helpful

  • @shinrafahell
    @shinrafahell3 жыл бұрын

    Thank you it was very useful keep doing more videos like this.

  • @haroldpepete
    @haroldpepete3 жыл бұрын

    your gain a new subscriber, nice content and great attitude

  • @pupibruja
    @pupibruja3 жыл бұрын

    VERY USEFUL AND CLEAR, THANKS!

  • @dipeshrathore8842
    @dipeshrathore88422 жыл бұрын

    Thanks a lot, you really explains in joy ❤

  • @dironin2363
    @dironin23633 жыл бұрын

    thank you, miss, very helpful!

  • @ianrl100
    @ianrl1003 жыл бұрын

    Wow. Loved it. You've explained it very well miss.

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Thank you Ian, glad you liked it! 😊

  • @kunrath
    @kunrath Жыл бұрын

    Ty fo this tutorial!! got my app runnin on server :D

  • @neodaltiair8624
    @neodaltiair8624 Жыл бұрын

    Do you only add source files? If you are reading from text files do you need to add those too?

  • @vioriegerrid9864
    @vioriegerrid9864 Жыл бұрын

    Hi Mariya, what if I have some .yaml files for the input to the .py file, argument parsers on my python file, and new folder for the output? What changes should I make when converting the file?? Thanks!!

  • @volkanmatben335
    @volkanmatben3352 жыл бұрын

    You are a great teacher Mariya!

  • @JasonWhittle1
    @JasonWhittle13 жыл бұрын

    thanks a bunch! Super useful.

  • @dsyoutube7116
    @dsyoutube71163 жыл бұрын

    Python is fun thanks to you. ❤ You are a good teacher 😍

  • @samehsameh.sammak590
    @samehsameh.sammak5902 жыл бұрын

    thank you for your effort learned a lot from you keep going please still has much to learn

  • @AnnMuenster
    @AnnMuenster3 жыл бұрын

    Thank you! You are a good teacher!!!!

  • @PythonSimplified

    @PythonSimplified

    3 жыл бұрын

    Thank you so much Ann! :D

  • @maltewittwer6452
    @maltewittwer64522 жыл бұрын

    Love your videos! Any reasons why auto-py-to-exe is your favorite and not pyInstaller?

  • @jemakrol
    @jemakrol3 жыл бұрын

    I am so hooked at Python, lovely language! Ended up here. Nice channel! Question, isn't it the PNG you're adding at 3:04 instead of the ICO you just created? :)

  • @vigneshwarselva9276
    @vigneshwarselva92762 жыл бұрын

    thanks only ths worked for me out of the many we have.. an helpful video...