I have legit watched 5 different videos of how to make a working clock in python and this is the first video to actually get me to a finished working clock... thank you
@NPStation2 жыл бұрын
Thank you 😊
@meghajoby48063 жыл бұрын
created..... success
@manashi2309 Жыл бұрын
Thank you Neha for teaching me how to make a clock in python. Now if I want to see the time I use this 😂. Thank you
@NPStation Жыл бұрын
Haha. I am glad to hear that!
@n1nevite3 жыл бұрын
Thank you NPStation for this video. I did all what you said and it worked! 👏😀
@klawtawar Жыл бұрын
Thank you
@ushapujar36763 жыл бұрын
👌👌👌👌
@sudheendrapujar2533 жыл бұрын
👍👍👍👍👍
@learningconversation17062 жыл бұрын
I I see some error for this (Traceback (most recent call last): File "C:/Users/User/Desktop/python tests/clock.cp.py", line 15, in label = label(root, font=("Arial",80), background = "black", foreground = "hot pink") NameError: name 'label' is not defined. Did you mean: 'Label'?) how to solve
@NPStation2 жыл бұрын
Hi, Can you send me your code file - clock.cp.py. That will help me take a look as to what might be causing the error.
@WiredWisdom930 Жыл бұрын
You forgot to add an uppercase L to where you define the label.
@Lilac_cloud12343 жыл бұрын
hi i am samriddhi ,actually when i am giving the code and running the module it is showing 'unindent does not match any other indentation level. So can u help me please??
@NPStation3 жыл бұрын
Hi Samriddhi. Can you please copy your code so I can check? Usually the indentation is required for any conditional statements.
@Lilac_cloud12343 жыл бұрын
@@NPStation Neha ty but actually it matched thank u soo much
@hetarthbhatt62803 жыл бұрын
WOW!!!! dis is LAJIT
@0diyan3 жыл бұрын
✌
@manashi2309 Жыл бұрын
Hello this is Vrishank so I live in India so I can see the time here so how do I change it to for example London time
@NPStation Жыл бұрын
Yes you can change the time zone in the code.
@FaqHasan2 жыл бұрын
i did everything right but for some reason it didnt work so could you tell me why