awesome brother, i want more python video tutorial
@HighCaliber203 жыл бұрын
Too good ..make more videos on python..as a project.. Good job... Thanks for make this.
@ImH3nryy2 жыл бұрын
This is the best channel in the world
@CodingWithEvan2 жыл бұрын
Thank you so much ❤️
@goodluckgoody1366 Жыл бұрын
I must confess that you are simply the best
@Ergasiesmono3 жыл бұрын
i made this in pycharm , i add "from tkinter import *" but it stills says wrong in the line " new_file = asksaveasfile(mode......) " do you know why? i would really appreciate it if you could help me
@devtadeo3 жыл бұрын
Some times when i make something importing The entire module vscode auto complete importing instead of just simply take that func or something but i dont use PYCHARM
@avengerous_avi4 жыл бұрын
Great videos bro... Keep it up.
@ambiencerockstar46453 жыл бұрын
Hey there @ Coding With Evan. Love ur videos, keep uploading more pls I have a question which python version do u use I use python 3.10
@digitalmachine01019 ай бұрын
Good information
@simon_ammi2 жыл бұрын
Wonderful tutorial, I nearly subscribed again 😆
@aya22223 жыл бұрын
your videos are very useful for beginners. Thank you.
@planetsk67534 жыл бұрын
Ur Videos r amazing keep going! Do u hv a patreon?
@s.devadathan44763 жыл бұрын
I liked all your videos that I watched and subscribed to your channel........... Thanks a lot for your videos...........
@CodingWithEvan3 жыл бұрын
❤️
@ora0racatuno6362 жыл бұрын
Great vid. Thx for help! Have a nice day!
@varunreddy47794 жыл бұрын
Make more videos on python projects
@musicnotes293 жыл бұрын
the "open" button and "save" button are not working
@mrkartik75973 жыл бұрын
bro my command "open file" is saying that its not defined
@sridhargumpula3 жыл бұрын
Your the best Evan I did the clock from you your the best again!👍👍👍
@miyamura33822 жыл бұрын
God, nice vídeo. I loved it
@fugiyamaleni51292 жыл бұрын
Can I writ this code in python ide?
@ikechukwuokonkwo38613 жыл бұрын
Pls how do I get this exact code I’m having issues opening a file I saved. Help!
@aayushshrestha55173 жыл бұрын
What are the required packages for this?
@hkkrishna2073 жыл бұрын
hey which ide are u using...???
@happyintend.86044 жыл бұрын
At 4th loc, it shows Traceback . . tkinter.TclError: bad geometry specifier "240000" What's that Sir!
@nodiraarslanova29413 жыл бұрын
If I am not mistaken you did not give def for exit sp exit is not working
@gora52764 жыл бұрын
Are you somehow Kruzer ?
@eath37152 жыл бұрын
please can you give me the name of text editor..
@GTT_Official2 ай бұрын
IF I Write buttons code that says error because "name Button is not defined" PLEASE HELP
@cryptosurviv39433 жыл бұрын
line 25, in top = Frame(canvas) NameError: name 'Frame' is not defined Can u help me
@CodingWithEvan3 жыл бұрын
Try top = tk.Frame()
@jithinv39573 жыл бұрын
@@CodingWithEvan thanks its working now 🙂
@drawwithaadhi83092 жыл бұрын
In entry.pack(padx = 10, pady = 5, expand = TRUE, fill = tk.BOTH) it says Traceback (most recent call last): File "c:\Users\user\Notepad", line 28, in entry.pack(padx = 10, pady = 5, expand = TRUE, fill = tk.BOTH) File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\tkinter\__init__.py", line 2396, in pack_configure self.tk.call( _tkinter.TclError: expected boolean value but got "I01 when i run it pls help
@coldsavagegod71013 жыл бұрын
So the program works and when I run the program it does everything, but it says that there is an error in line 18 (it would be line 16 in your code). It says that "UnboundLocalError: local variable 'content' referenced before assignment" This is in the last line of the function we made called openFile. Does it really matter and do I need to fix anything? If I do, what is there to fix?
@shalinibaranwal54493 жыл бұрын
It comes for me too, but it doesn't break the notepad, it still works fine for me.
@supernex78223 жыл бұрын
maybe this is because you needed to create a variable named 'content' maybe your ide think of it as a keyword, try changing the variable name to something else such as 'cntnt' or something
@hetzzbot82033 жыл бұрын
how do i set to save with a filenaame as log with date and time
@CodingWithEvan3 жыл бұрын
Use strftime to get current date as string. Then add it to filename.
@bryanxu94513 жыл бұрын
frame is not defined tf
@frequency0_03 жыл бұрын
can i run this code in python 2.7.15 ??
@musicnotes293 жыл бұрын
it is saying TypeError: 'bg' is an invalid keyword argument for str() for line 23
A little late but try using background instead of bg
@digitey2 жыл бұрын
@@markvincentgallemit9894 Thank you!!
@koiosdatavisualizations22414 жыл бұрын
What version of Python are you using? The source code is giving me errors. I'm using version 3.9. (NameError: name 'Frame' is not defined...NameError: name 'LEFT' is not defined...)
@CodingWithEvan4 жыл бұрын
Try using "from tkinter import *" Let me know if it worked. 😊
@koiosdatavisualizations22414 жыл бұрын
@@CodingWithEvan That worked! Can you briefly tell me why my code required 'from tkinter import *' while you didn't need it for your code? I'm new to Python. Thanks!
@CodingWithEvan4 жыл бұрын
For that I have to see your code. You can share your code in my facebook inbox or here.
@Torpedo4C3 жыл бұрын
@@CodingWithEvan Hey I am using Mac OS, but here m not able to run the program. it mention (To update your account to use zsh, please run `chsh -s /bin/zsh?)
@Torpedo4C3 жыл бұрын
I followed all the steps but can't able to run the notepad. 🤯
@ccoloured3 жыл бұрын
For some reason when I try to run the code with the button code it says "Unown deffinition "button" Can you tell me how to fix it?
It shows name error for askopenfile and asksaveasfile .I am using python3.9 pls help someone to resolve issue
@sharvaripatil72613 жыл бұрын
Hello i m actually getting an error as bad geometric specifierin the line Canvas.geometry("400*600") Can u help me
@CodingWithEvan3 жыл бұрын
It will be (400x600) not (400*600)
@kadaliakshay67702 жыл бұрын
your code includes an error: Traceback (most recent call last): File "..\Notepad\main.py", line 25, in top = Frame(canvas) NameError: name 'Frame' is not defined [Finished in 0.471s]
@sammohamed79802 жыл бұрын
from tkinter import Frame
@aleksandriapetrosyan4965 Жыл бұрын
i don't know if you still need help but anyways, instead of "from tkinter.filedialog import *" write "from tkinter import *"
@syedsaba89223 жыл бұрын
At line:1 char:17 + canvas.mainloop() + ~ An expression was expected after '('. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : ExpectedExpression how do I resolve this??
@ichigokurosaki79453 жыл бұрын
I got Java ad on Python video xd
@redking96692 жыл бұрын
XD
@kaitlinkurklen33042 жыл бұрын
my code didn't run because it said for the line top = Frame(canvas). that Frame is not defined.
@simon_ammi2 жыл бұрын
As per the video tutorial, we didn't import everything from tkinter, therefore you'll have to reference it in the widget defination; import tkinter as tk top = tk.Frame(canvas)
@lawlit4502 жыл бұрын
Thanks
@frequency0_03 жыл бұрын
open and save button cant working plz help ???
@aakankshaaj3 жыл бұрын
from tkinter.filedialog import asksaveasfile & repeat same for ask open it will work
@kylewo02 жыл бұрын
Like others .. cannot add button. Newb alert , where can I go understand the beginning .. the line 1 😊😂. If I add that I cannot run program . Using Th. Thanks
@amruthalakshmi62602 ай бұрын
It shows some errors sir
@eefourleafclover3 жыл бұрын
it says: name Button is not defined
@esy2bear9703 жыл бұрын
same with me , did you fix it ?
@boiboi37323 жыл бұрын
i cant save file brother
@boiboi37323 жыл бұрын
i really apreciate it if you could help me
@boiboi37323 жыл бұрын
it says like this
@boiboi37323 жыл бұрын
Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\x\AppData\Local\Programs\Python\Python39\lib\tkinter\_init.py", line 1892, in __call_ return self.func(*args) File "d:\File projec otepad.py", line 22, in saveFile new_file = asksaveasfilename(mode= 'w', filetyp = ['text files', '.txt']) File "C:\Users\x\AppData\Local\Programs\Python\Python39\lib\tkinter\filedialog.py", line 390, in asksaveasfilename return SaveAs(**options).show() File "C:\Users\x\AppData\Local\Programs\Python\Python39\lib\tkinter\commondialog.py", line 46, in show s = w.tk.call(self.command, *w._options(self.options)) _tkinter.TclError: bad option "-mode": must be -confirmoverwrite, -defaultextension, -filetypes, -initialdir, -initialfile, -parent, -title, or -typevariable
@mohakash.biggan3 жыл бұрын
Aewasome
@prahitmenon49522 жыл бұрын
I appreciate this tutorial but there are many mistakes in this
@khanhuzaibi99554 жыл бұрын
1st veiw 1st like
@devtadeo3 жыл бұрын
+sub your vids aré amazing thxs 🙂
@devtadeo3 жыл бұрын
my notepad only saves on .file 😐 (FIXED)
@planetsk67534 жыл бұрын
Ur Videos r amazing keep going! Do u hv a patreon?