"I'm going to go to a new line by pressing enter" *Furiously scribbling notes*
@clerisduchrist12534 жыл бұрын
David Leblanc 8:32 😂
@devarshsanghvi93154 жыл бұрын
Me too
@70nald03 жыл бұрын
lol
@dublex79775 жыл бұрын
He's the coding pewdiepie
@shawnbeans73894 жыл бұрын
he is the codingpie
@tuttifrutti81724 жыл бұрын
CodeDiePie
@michaelispahani2424 жыл бұрын
More like a coding jacksepticeye
@theempresshasnoclothes4 жыл бұрын
Math.floor(gang);
@Zygarde3654 жыл бұрын
i was just thinking that
@bilaluddin23455 жыл бұрын
Wait you have to open an app to open more apps... I’ve just witnessed innovation in it’s finest
@learn2draw7164 жыл бұрын
Isn’t a computer just one big app?
@bilaluddin23454 жыл бұрын
@@learn2draw716: Isn't life just one big app?
@abuk953 жыл бұрын
@@learn2draw716 computer is just a one big calculator... comfortable people made an app from it for themselves by just using cHr0Me and ViSuaL cOdE
@feetlunatic51343 жыл бұрын
@@bilaluddin2345 the real app is the friends we made along the way
@Ballu123453 жыл бұрын
Is this mobile big app
@demev74884 жыл бұрын
Thanks for the idea and the great tutorial! I was able to build off of this to make a few small tweaks. - Set fixed window size - Get the buttons on the same line - Add the program title and favicon - Add a menu bar to 'Open File', 'Run Apps', or close out of the program - Add logic: if program doesn't have any apps selected and the 'Run Apps' button is clicked, an error alert pops up letting the user know there wasn't any programs to run. - Add logic: if the program doesn't have any apps selected before it's closed, it doesn't create a save text file I plan on implementing your idea of adding a remove program feature as well in the future. EDIT: I created a list box for the programs so the user can select and remove an app, or just run a single app that is selected and the user hits the 'Run App' button.
@ruchitadwivedi91234 жыл бұрын
Heyy that seems pretty cool. Would you like sharing your code?
@nirajraut94083 жыл бұрын
Hey, could you share your code?
@lisabeyer24533 жыл бұрын
hey it would be very helpful if you can share your code :)
@alfred71673 жыл бұрын
That's cool ..would you mind sharing that code
@ukaszzbrozek64702 жыл бұрын
It would be more user friendly if block button when there is no apps instead of showing alert message. Great that you improving the idea of the program. :)
@ganashree19064 жыл бұрын
After watching this vedio I realised that what I know about python is like drop of water in ocean😂😂
@topuz80703 жыл бұрын
Exactly the same feeling
@djbabu87963 жыл бұрын
I just learnt to print hello world.
@kayaqueen69823 жыл бұрын
@@djbabu8796 me too
@anywindo3 жыл бұрын
@@djbabu8796 Same
@Ballu123453 жыл бұрын
Print ("Hello World")
@philgeorge53794 жыл бұрын
I watched alot of tutorials from other programmers who teach the concepts of tkinter but none of them explain it as well as coding pewdiepie(Dev Ed) You deserve a like, Dev Ed
@livingphate5 жыл бұрын
Been watching your stuff for a while, this is the exact tutorial I was looking for
@JuicyBenji5 жыл бұрын
A mix between "Vegetable Police" and "JackScepticEye" is how I'd describe you. It feels kinda weird, but I did like the video
@ErickBuildsStuff5 жыл бұрын
Dev Ed, i recently subscribed your channel. Though I'm a master CS student in Germany, i almost forgot programming as i wasn't coding everyday. I thought I'm not good at all. But after binging few of your videos, i got courage and confidence as staring at the screen for 20min not understanding, is pretty much common. I know a lot of things but not motivated enough may be. Thank you for inspiring.
@jaradhiggins65993 жыл бұрын
how's your motivation now? any update?
@JasonWhittle13 жыл бұрын
KZbin has grown to such a variety of video's. Now there is a genre for programming mixed with a sort of comedy.
@1flybyguy5 жыл бұрын
"It's releasing the juice! It's juicing up!" Lol! So much wordplay in this episode.
@muhamedgalal30935 жыл бұрын
I caught u Ur also a game developer U have unity😂😂😂
@sumeetbansal35525 жыл бұрын
We want unity games, and a c# tutorial
@mrdiin.dev_5 жыл бұрын
Also Blender!!!
@JBerry01295 жыл бұрын
how is that caught?
@SergioCandelaRamirez4 жыл бұрын
@@JBerry0129 0:52 u can see his desktop and Unity and Blender are there :)
@AndrewTSq4 жыл бұрын
@@SergioCandelaRamirez maybe he just benchmarks his cpu with blender :-)
@rjmplq3 жыл бұрын
Wow! This is really helpful. I'm a Python beginner and this was very easy to follow. Also, it's a good introduction to tkinter. I'm excited to start building apps now. I specifically like how you explained the syntax in a clear and simple way.
@G4M3GAMERYTPRO2 жыл бұрын
same
@haezche2 жыл бұрын
how are you now?
@slacherarmy55632 жыл бұрын
fun fact GUI's are actually an advanced not basic feature
@Qtaro-oh2 жыл бұрын
the fact that exe files compiled by pyinstaller are always detected as virus won't let you rest at ease T_T
@JustinMacri007 Жыл бұрын
Wavtvyo be freinds
@m.hakania22512 жыл бұрын
I am new to Python as well, this was very rewarding video. Thank you for making this tutorial!! at 9:02, when you add filetype="*.exe", you might have had Windows in mind, how that whole line will change if we are on Linux/Unit os in nature (Including Mac or any of the rather popular Linux distros , namely Ubuntu, Fedora") Thank you for making this fun and education at the same time!
@problematicpunk3 жыл бұрын
Instead of using: for app in apps: f.write(app + ',') You could use: f.write(','.join(apps)) This would fix the empty list item at the end.
@dhruvgupta56582 жыл бұрын
hey ed I've been a fan since 2020 , the best thing about you is your humble voice that explains everything so well that i don't even need to just watch the video again or be confused , your videos are a great way to learn !💜
@trivagravia48373 жыл бұрын
my respects..l started python 14 days ago, have read the few basics using print(Eric Matthes) , decided let me go straight right away into practical staff.. just made my first App on python ...thanks to you......
@deepeshdragoneel33514 жыл бұрын
Man this guy is cool! This guy certainly improved my workflow
@ayanleInstitute4 жыл бұрын
If you want to run on mac OSX ( or 11 ), use this function instead import subprocess def runApp(): for app in apps: subprocess.call(["/usr/bin/open", "-W", "-n", "-a", app])
@krishnabisht12403 жыл бұрын
Hey check this cool art of yash Made by character of keyboard using python kzbin.info/www/bejne/oZLHgoRseKioerM
@juansocool32 жыл бұрын
Sir, you have saved my life. Thank you.
@PeterHerriman5 жыл бұрын
Yah! My first play with Python and GUI - you made it super easy to get the concept (pretty new Python user too) THANK YOU!
@Kabs97802 жыл бұрын
I have made major strides in python the past week. Monday learned some basic code for if and else, Tuesday I worked with that more and got bored. So Wednesday I wrote a program to open apps and files on my desktop after watching this video. Wow . Thank you for your help
@gibbytravis4 жыл бұрын
Cool now I'm ready for my interview for a senior python developer position. Thanks!
@anonBnik3 жыл бұрын
Did you get it?
@gibbytravis3 жыл бұрын
@@anonBnik Sadly no. They said don't call us. We'll call you. Haven't heard back yet.
@lukasas443 жыл бұрын
First minute and I'm already clicking on Subscribe - the mans manner is epic :DD Bravo, man :D
@kennethazor3 жыл бұрын
was preparing myself for a sped-up 5 hour video, and you taught me all I needed to know in just under 25. that's magic
@guitar0wnz2 жыл бұрын
I saw that video and came straight here as well, I was like helllll no
@casettemix2 жыл бұрын
25 hours is more -.-
@kennethazor2 жыл бұрын
@@casettemix 25 minutes -.-
@28Down2 жыл бұрын
For anyone following this in 2022 if you got "root.mainloop() AttributeError: 'str' object has no attribute 'mainloop'" after 21:05 try changing root.mainloop() to tk.mainloop(). Worked for me, thanks for tutorial!
@gitongawanjohi57075 жыл бұрын
When you say GUI like that it sounds like calling someone a dog in my vernacular.
@bwanamaina5 жыл бұрын
ngui 😔
@gitongawanjohi57075 жыл бұрын
Exactly! Mũndũ wa nyũmba.
@Gamegankk5 жыл бұрын
Kweli kabisa
@bwanamaina5 жыл бұрын
nmeona tuko wengi huku ✔
@doncorleon94 жыл бұрын
Haha.. Noma sana!
@tescoworker48485 жыл бұрын
Pár napja láttam az egyik videód amiben említed, hogy jól megy a német nyelv tanulás mert tudsz magyarul :D váratlanabb dolog még soha nem történt velem az interneten :D Köszi a quality contentet
@vrooomvrooom2304 жыл бұрын
:D magyar frends?
@samuscope84283 жыл бұрын
jujj én is magyar vagyok csövi
@RGTECHZA4 жыл бұрын
Salute.This guy is by far the best guy to learn coding from - 9 million out of 5 stars-Mind blown
@BoostedBoi5 жыл бұрын
Hello my gorgeous friend on the internet
@pandasprogramming83045 жыл бұрын
friends* lol
@Zihad5 жыл бұрын
@@pandasprogramming8304 lol
@kashifkhan-il4ne5 жыл бұрын
hello
@josefaschwanden15025 жыл бұрын
No homo
@webnest57052 жыл бұрын
finally a programming channel with some sense of humour ♥
@roietbd29924 жыл бұрын
I just want to say that programming anything to improve your own needs is (what I think) the best practice method. You may learn how to build more complex software for yourself and for future projects generally.
@inothecoolrex113 жыл бұрын
He deserves much more subs. Such a legend! Keep it up
@adityadeshmukh96144 жыл бұрын
Your Actions and expressions are too funny bro 😂😂 But i really love u bro
@intanzulaikha43614 жыл бұрын
I think he is the first guy doing coding with Windows OS. Thank you ed your tutorial really help me the most and easy to follow. It actually become more easier because you use Wins OS
@sethstyle5 жыл бұрын
I understood like 5% of that... Gave me plenty of new stuff to learn. Great tut, thanks!
@OPGAMER.3 жыл бұрын
To Simply reset it Create Another Button and add command=resetFile Now Simply Run this Function:- def resetApp(): if os.path.exists("save.txt"): os.remove("save.txt") apps = [] exit()
@sbunny84 жыл бұрын
Awesome video. You gave just the right amount of explanation as you went along. You showed the process for building the GUI App, rather than just showing the finished product, but you didn't waste time with, "uh, umm.. gee, what next, I dunno, uh...". I was able to follow everything you did. A+
@inktorious85493 жыл бұрын
Where has this guy been all my life?
@AbdulrahmanZaid15 жыл бұрын
Thank you so much for this clean and easy to understand tutorial.
@shouryachauhan613 жыл бұрын
You have no idea how much he helped me!
@najda92374 жыл бұрын
I'm completely beginner, and I just open this tutorial to see the how apps are building by python :( but actually you made me disappointed with all these codes and this freaky app but to be honest you are so lovely and funny guy, I love you :)
@theboringprogrammer44444 жыл бұрын
I'd recommend you start with something your level before programming an API. For example, try programming a calculator or a game with python using pygame. You know, beginner stuff... And learn the basics of python, too.
@TheLostEngineer194 жыл бұрын
@@theboringprogrammer4444 what is API?
@chronon87824 жыл бұрын
this isnt complicated, even someone with no experience can understand if you listen to what hes saying
@theboringprogrammer44444 жыл бұрын
@@chronon8782 Yes, this isn't complicated if you just copy and paste it all, everyone knows that. Even a toddler could "copy and paste" and call itself a "programmer." What is complicated, if you are a beginner of course, is understanding what he is coding. If you don't even know what a function is, or even what a module is... Then you wont deeply understand anything. Yes, you might understand this *one* script, but you wont be able to reprogram a different API. Because you didn't understand how APIs work to the point that you can program one by yourself, you only understood how this one API worked at max.
@chronon87824 жыл бұрын
what is the amateur programmer besides an expert copy and paster, but yes im not retarded i understand what the hard part is, but just by looking at it i could recreate it, most of the syntax is the same and you could just explore all of he options that you have with tkinter without needing the video, im not a programmer, nor do i ever aspire to be, im just fucking around and getting the gist of it is simple in this video
@jacksparrow20002 жыл бұрын
Learnt so much of useful Python in just 15 minutes! Great example!
@JoaoLucas-dd4xm5 жыл бұрын
"let's go play with the snake." Ed, 2019
@naufal97842 жыл бұрын
why I can't open file? my program can run but can't operate when I clicked open file??
@NOBODYUSEFULL5 жыл бұрын
You can save python file as .pyw so there is no console window
@aadimanchekar10325 жыл бұрын
im a newbie can u please explain??
@NOBODYUSEFULL5 жыл бұрын
@@aadimanchekar1032 Of course. Its basically just a Python User Interface file. So a Python file that opens up a new Window without the command line. Hope it helps
@aadimanchekar10325 жыл бұрын
@@NOBODYUSEFULL thank you so muchhh😁
@NOBODYUSEFULL5 жыл бұрын
@@aadimanchekar1032 Glad I could help you
@obertmakaza4 жыл бұрын
eyy you the best. I didn't have python launcher and now I have downloaded and it work.
@BuGabageb3 жыл бұрын
Really liked the video. The pace is good and I found it very informative as I’ve never made a GUI in python before. There is something I must ask though. What is the name of that theme you’re using for VScode?? Its so cleaaaaaan.
@aidangifford16733 жыл бұрын
for me this is the first tkinter tutorial that actually worked and made sense. Thank you!!
@REDTAPS3 жыл бұрын
First time here was forwarded by a friend and i gotta say i love the way you teach, you come across precise and funny i love it, i promise im gonna master coding
@fitzysbaby26773 жыл бұрын
thank you, watched a couple other which had me lost in the end, learned a bunch from this one!
@yashpandey3505 жыл бұрын
lol, I used the same frame size as yours . For a few minutes, I couldn't be able to understand why I am not able to see the button than I realized that I crossed my desktop frame size.😂😂😂
@thatavijain4 жыл бұрын
me too bro! 😂🤣
@smithwesson9244 жыл бұрын
0:09 - 0:10 best part in the video
@skorotkiewicz5 жыл бұрын
You're my favorite ASMR channel
@go3712115 жыл бұрын
@@shitdemon487 Yes, which is what he did in the video
@vidhya63882 жыл бұрын
Awesome way of teaching..thanks for not boring.
@VerbindingMislukt5 жыл бұрын
0:46 i am wanting to learn coding, stumbled upon this channel. That right there earned you the subscribe! Looking forward to watching more of your videos
@darkskin845 жыл бұрын
Milan Vaessen 😂😂😂, that got me too and I subscribed!!
@j_progressions2 жыл бұрын
I NEEDED THIS FOR MY PROJECT THANK YOU SO MUCH
@FreedomForKashmir5 жыл бұрын
What ..... what ... what the hell This awesome guy have reached 161k in just my blink Wao ... god job and congrats
@GPMrks3 жыл бұрын
Hey Ed, can you tell us what's that theme you're using?
@alvidervishaj2315 жыл бұрын
What is the VS Code theme you are using, it's so nice ! Also love your videos :P
@emanuelecapone2424 жыл бұрын
Well, I never got bored during the video, so thank you for the amazing quality content
@jasonbowen58722 жыл бұрын
This is really great I had a lot of fun doing this tutorial. Thanks Ed! I have only been doing this for 6 days and I learnt a lot from this. You are a great teacher and presenter. Your pace is quick but you are concise so that helped. Have a great day...I have subscribed and will hopefully learn a lot more from you.
@cosmik85632 жыл бұрын
after the 9:30 mark when I run program and click on open file it does nothing
@imadoulhou78545 жыл бұрын
The best crazy man, appreciate that But could you do a complete course about Tkinter, Selenium, Flask We will be really thankful to you! Thanks in advance 🎂🎂🍲🍲
@gavinfair76833 жыл бұрын
if anyone is stuck on the save txt part instead of using "app" use your file name for example mine is called "main" so it would be with open("save.txt", "w") as f: for main in apps: f.write(main + ",")
@ProgrammingwithPeter5 жыл бұрын
That's why python is so powerful, you can do anything with it.
@marl3x5 жыл бұрын
*programming Let's just not bring the language war into this.
@uid44475 жыл бұрын
Every programming languages have pros and cons. You can't simply say python is the best.
@ProgrammingwithPeter5 жыл бұрын
@@uid4447 I never said said that it's the best, lol, I said it's powerful, two different things
@ProgrammingwithPeter5 жыл бұрын
@@marl3x I didn't, never said its the best or sort of, just powerful
@ThatBigGuyAl5 жыл бұрын
You sound like the Udemy commercial
@binibini74034 жыл бұрын
You make coding fun and you are funny too. Thank you.
@NikhilAdiga5 жыл бұрын
Let's go play with the snake😂
@maximiliankrug10112 жыл бұрын
Great tutorial and really well explained. 👍👍
@HelplessFangirl3 жыл бұрын
Wait, I thought this was supposed to help productivity, why are you opening League of Legends xD
@henryseh60434 жыл бұрын
As the very beginner myself,it’s very very hard to watch while doing it with him ,he’s so fast freaking fast, wow amazing!!!! I wish I could reach that speed .
@theboringprogrammer44444 жыл бұрын
I'd recommend you start with something your level before programming an API. For example, try programming a calculator or a game with python using pygame. You know, beginner stuff... And learn the basics of python, too.
@imolasimo19215 жыл бұрын
Hello my gorgeous son on the internet!❤
@Zihad5 жыл бұрын
Wait, is it Edwin Simo's mother?
@muhammadusmanghani49924 жыл бұрын
mam your child is doing amazing stuff for all of us noob programmers.
@imolasimo19214 жыл бұрын
Thank you!
@mikethegamedev3 жыл бұрын
Thank you so much! This is what i wanted! :D
@user-hd6xc1xn9d4 жыл бұрын
8:20 personal timestamp
@aurelienbaraka25272 жыл бұрын
You've always been the best
@TheOneAndOnlyAhmed5 жыл бұрын
Gui sound sticky
@sanchitverma28925 жыл бұрын
yeah its pretty gooey
@therealomegatron86292 жыл бұрын
Dude your awesome. Thanks for this tutorial.
@nishantpandey19805 жыл бұрын
Gooooooeeeee App on pitthon
@rfpcs14 жыл бұрын
This is the 1st python program tutorial that worked the way its supposed to. aside from my typing errors I tested it from thr desktop worked just fine, I changed the gray to Yellow easier to see.
@Mellowjay5 жыл бұрын
Is it just me or you actually resemble Chandler from Mr.Beast's videos?? 🤔
@ronkdonkles3 жыл бұрын
im just starting out, i have tried python before but i only used it for stuff like roblox. i was pretty addicted to it but i got confused and stopped for a while this is alot of fun to do! i think it can get me back into python!!!
@edgardomolina79733 жыл бұрын
Thanks Mr. Beast , you're the best my friend,grettings from Mexico
@gonzalolimaLA2 жыл бұрын
Hola Mr Beast me encantan tus videos saludos desde Uruguay
@syeddaimali22395 жыл бұрын
I enjoy watching your tutorials bro I've seen many youtubers but they make videos like they are forced to do so. but you ! , enjoy it and make your gorgeous friends on the Internet Enjoy it too :D love you for this .
@toastvernascher4533 Жыл бұрын
Thanks for the great Tutorial😊
@letrasconmawa2 жыл бұрын
its perfect thanks alot really im so happy that i made itthanks
@anthonywoods2550 Жыл бұрын
Thank you, I leaned a lot.
@estherling84353 жыл бұрын
Thanks! I learn a lot from this video. It helps because I want to make an app (though mostly for my amusement) using python. I didnt know it could be so easy! So thanks a lot.
@Kngdmio5 жыл бұрын
This video was special ed. This video was special, ed. Thanks.
@iiannRB Жыл бұрын
very good explanation, thanks 😀
@m.t-thoughts89194 жыл бұрын
Awesome Video m8! It helped me alot! 😊
@jairajsingh18505 жыл бұрын
This video came in like a blessing from the gods .. I have been searching for a gui tutorial for python and wasn't quite able to find a good one .. thank you very much for your video ..
@sohamsawant41515 жыл бұрын
Check the python GUI video from freecodecamp
@PySnek3 жыл бұрын
lol what are you talking about? youtube is full with tkinter videos, mostly much easier to understand than this. This is not a beginner topic and the syntax is hard to understand if you want to learn tkinter.
@raja47903 жыл бұрын
Really helpful . Thanks mate!
@Geoff318584 жыл бұрын
Thanks for the tutorial dude! I'm following along line by line. Very helpful! Thanks!
@yousefalmasri98904 жыл бұрын
Thank you so much for this usefull video, it is a required skill in the job am applying to, thanks to you knw i have a chance to get it
@fantom19194 жыл бұрын
what theme do you use for visual studio code
@chakravarthyelumalai84082 жыл бұрын
Lovely tut man
@jamesgodspower77342 жыл бұрын
This guy is so funny at the same time 😂
@leolion5162 жыл бұрын
Amazing tutorial. I followed it along, and everything worked perfectly as you said...First time I can do a Python tutorial from start to finish without any difficulties. I like your sense of humour as well, it makes everything even funnier. Keep it up with the great content!
@Amir-English2 жыл бұрын
Thank you! That was useful.
@tirtastyadi93953 жыл бұрын
Hi there, thanks for great tutorial i've learnt a lot from your videos keep it up!