

My new HTML5 & CSS3 COURSE IS OUT NOW!
In todays episode we are going to take a look on how we can build out a python gui app.
In todays era of improving our workflow, we are going to build an app that lets us auto open up a bunch of other apps that we would normally use. You can imagine it as being a workspace opener.
If you want to learn more about python or you are a python beginner this is a great tutorial for you to build out some practical apps.
All the code will be available on patreon.
๐Support me on Patreon for exclusive episodes, discord and more!
Microphones I Use
Audio-Technica AT2020 – (Amazon)
Deity V-Mic D3 Pro – (Amazon)
BEHRINGER Audio Interface – (Amazon)
Camera Gear
Fujifilm X-T3 – (Amazon)
Fujinon XF18-55mmF2.8-4 – (Amazon)
PC Specs
Kingston SQ500S37/480G 480GB – (Amazon)
Gigabyte GeForce RTX 2070 – (Amazon)
AMD Ryzen 7 2700X – (Amazon)
Corsair Vengeance LPX 16GB – (Amazon)
ASRock B450M PRO4 – (Amazon)
DeepCool ATX Mid Tower – (Amazon)
Dell Ultrasharp U2718Q 27-Inch 4K – (Amazon)
Dell Ultra Sharp LED-Lit Monitor 25 2k – (Amazon)
Logitech G305 – (Amazon)
Logitech MX Keys Advanced – (Amazon)
DISCLAIMERS:
I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.
๐ด Follow me on:
Twitch:
Twitter:
Instagram:
Github:
#python #programming
source
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
Make this types of app more
hi question: whenever I add this line
def addApp():
filename = filedialog.askopenfilename(intialdir="/", title="Select File",
filetypes=(("executable", "*.exe"), ("all files", "*.*")))
it tells me:
AttributeError: module 'tkinter.filedialog' has no attribute 'askopenfilename'
brother it's telling that there is a syntax error on the word command
Can someone help me? For my line which is " filetypes=(("executables","*.exe"), ("all files", "*.*")))" It says filetypes is a invalid syntax. PLEASE HELP!!! :c
It's called Hands-on๐๐
Enjoyed….loved it๐
This is a great channel …
give source code mine's not working
Can you make a Login System with tkinter?
dude u sound exactly like pewdiepie
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 .
What is different between Import tkinter from tk and from tkinter import*?
Iโm watching this knowing full well I canโt do shit with my coding skills
frame.winfo_children():
destroy()
nice
for me the command is not working!!
Python have shity GUI
Is there any way to design the GUI first without programming, and then add code to it afterwards?
Your Actions and expressions are too funny bro ๐๐
But i really love u bro
as soon as a type in def addApp(): it gives me and error saying indentation error ๐ whyyyy
very useful app for me. Thank you.. love your jokes and you can be actor mate..
anyone else getting anxiety from the yellow opened spotify
Making a GUI using scripting is too much…I will recommend Java
All of the apps on my macbook are greyed out so I can't add them. Any tips?
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.
i just found the ONE.
Subscribing right now
0:49 XD
EASIEST WAY TO MAKE DESKTOP APPLICATION IN PYTHON
https://www.youtube.com/watch?v=OCshqWswlVI&t=3s
I wasnt getting the button for some reason
Does this require any vscode plugins/addons? If it does, which ones?
Do a python tkinter tutorial….. Please.
Excellent tutorial Sir!!!
when he open file……………i found a big discovery
The buttons are not appearing to me…
what text editor are you using, it looks pretty nice
black widow to hulk: 04:00
it's funny how so many people think python refers to the snake, in actual fact it's a reference to the comedy troupe – Monty Python
the button didnt work for me and i had the same exact code as you did
when i run it .. the first button executes .. before everything else , when i click cancel
i get this error
Traceback (most recent call last):
File "C:/Users/lenovo/PycharmProjects/appTest/app.py", line 44, in <module>
runApps = tk.Button(root, text="Open File", padx=8, pady=5, fg="white", bg="#263D42", command=runApps())
File "C:/Users/lenovo/PycharmProjects/appTest/app.py", line 32, in runApps
os.startfile(app)
TypeError: startfile: filepath should be string, bytes or os.PathLike, not _io.TextIOWrapper
need help
Well, I never got bored during the video, so thank you for the amazing quality content
very cool tutorial๐๐ฏ! but how can you make it to work for mobile android 8:11? ๐ค /data/app/ doesn't show the apps, extensions .apk or. data.apk don't work.. Dev Ed any ideas? ๐ค
Traceback (most recent call last):
File "/Users/macbook/PycharmProjects/ASSI/ASSIGNM.py", line 7, in <module
canvas=tk.canvas(root,height=700,width=700,bg="#263D42")
AttributeError: module 'tkinter' has no attribute 'canvas