Here is the Advance Registration form(store data): ua-cam.com/video/p4_mGdeNXb4/v-deo.html "Working Login system in Python with Notification Alert" UA-cam Tutorial : ua-cam.com/video/LhjVuqd6yj4/v-deo.html
Thanks buddy!! You helped a lot! Last year, I made a clock and a SIM card project using ur tutorials... I got full marks.. Hope this year also I will get full marks!!😇😇
I'm very beginner for python, now only I'm practicing, still im in 2nd part of video, once after I follow the instruction as per video I had given root.geometry ("500×300"). Here im unable to type this symbol × I'm able to get only this symbol * Also im getting error File ".................", line 3, in roots geometry("500*300") File "................", line 2073, in wm_geometry return self.tk.call('wm, 'geometry', self._w, newGeometry) _tkinter.TclError: bad geometry specifier "500*300" Above are the error im getting, please help to me correct this and learn more
Very clear, thank you very much but I've got something I don't understand. In the getvals() function, when I would like to print the input value instead of 'accepted', i wrote print(namevalue) and the system respond . I would like to print the value and not the class of the object. What do you advise to do this. Thank you very in advance for your responses.
Amazing video, easy to follow for a beginner like me! I have one small doubt, how do we send these forms to people ? and once everyone fill their data, how do we see it? PS: Not from a coding background
Hi so i am new to coding and I did some experiments you actually wont need to add the row and colum stuff because for me it bugs but when i take it out and just have example.grid ot wors and runs smoothly!
hello...your tutorials are extraordinary. can you please create a tutorial on python built-in functions(all built in functions there are 71). i hope you will work on it. thank you.
Hello thanks for ur great video. I have a problem in form. Actually I write a submit button and I want when the users enter their informations and click in submit then give me their informations in note. Like save on my notepad. I write it, but when I enter my information in fields and click on submit, my information saves in a note, but the note is empty. Can u help me? I don't know what's wrong with it
Hi Dear, I Wana learn Python leanguage to make RMG database. Already I have made a functional database at Google sheet platform by VBA code. If there is any chance from your end, pls advise me...
Hi, my question is, if i have open a file, a project written in php, at the same time, meannwhile the php file is opened, can I begin a python file also and write it?
Here is the Advance Registration form(store data): ua-cam.com/video/p4_mGdeNXb4/v-deo.html
"Working Login system in Python with Notification Alert"
UA-cam Tutorial : ua-cam.com/video/LhjVuqd6yj4/v-deo.html
Sir can we get coding for
MYSQL AND HTML USE : create a form (font and back both) take input from the user and store it in your database
@@nidhikapandey480 Thank you so much for the idea
Yes.
I followed your guide but made some changes. Instead of printing "Accepted" in console, I used massage box.
Thanks for your efforts.
Which ide to use bro
your field code in my laptop showing center and creating field code are show in center it are wrapping how can i solve it'
I love how you increased the font size , it was Hard to see on other channels. Tysm
You're so welcome!
Excellent tutorial. I was able to follow along and complete this mini project with so much delight. Stay blessed brother!
Thanks brother
me too I'm too excited right now
Thanks buddy!! You helped a lot!
Last year, I made a clock and a SIM card project using ur tutorials... I got full marks..
Hope this year also I will get full marks!!😇😇
sim card?, care to share the program?.
Crisp and short. Nice video. Thank you so much
You just gained a sub!
Thank u so much ..This will be my first mini project 🎉
Excellent bro, really appreciate, getting confident while watching small program.
Your teaching way ....Just like a wow
Great . I completed this. Thanks a lot
Seriously seriously
U r rocking hats off bro
Keep continue for next continuous topic👍
Very easy teaching Sir.....Please keep loading tut videos for beginners.
Thank you for big fonts!!!
this was helpful, thank you so much
Excellent .this is very much helpful for a beginner.
Thanks for explaining everything in this tutorial😍
Thank you for helping me for a project
You just got a subscriber dude. keep doing
Thanks man
If we enter the details where will the data be stored
Mate, you are awesome thanks for your beautiful job.
Your video is really help me a lot as i am a beginner
Nice bro this is my first class. I'm every happy this is really amazing 🤩
Thanks.
More projects are coming soon.
Please share this project on your social media. It will help us. Thanks.
Help full for beginner's.
Thank you.
It's very useful for me thank you
how to connect this project with database
Also eager to know
Really nice ...❤️
Want more videos
Thank you so much.
very helpful.. thanks for sharing
Your welcome
Man You have great potential
Keep it up❤️❤️❤️❤️👌👌👌
Thank you brother
helpful tutorial .keep it up dost.
Thank u soo much dost
thanks for the video but how can i take the data from the text field and print it when clicking the button?
appreciate ,very fantastic viedo
Your videos are very useful to me I love it❤️
Thank u
Thank you very much 😊😊
Thank u so much guruji, lots of love for ur way of teaching as if i was enjoying beer or eating my favourite food as the way i like, thanks Bhai
Most welcome.
Is there a continuation video where this login form is made functional?
same question.. how is this form made functional?? thank you for explaining. like where do all the information go??
Thank you very very much. It was a very helpful tutorial. Everybody in my house appreciated me. Thanks once again 😀😀😀😀😀😀🙂.
You're very welcome!
How do we save the information entered by the user?
Ctrl+ s
I'm very beginner for python, now only I'm practicing, still im in 2nd part of video, once after I follow the instruction as per video I had given root.geometry ("500×300").
Here im unable to type this symbol ×
I'm able to get only this symbol *
Also im getting error
File ".................", line 3, in roots geometry("500*300")
File "................", line 2073, in wm_geometry return self.tk.call('wm, 'geometry', self._w, newGeometry)
_tkinter.TclError: bad geometry specifier "500*300"
Above are the error im getting, please help to me correct this and learn more
@@DineshKumar-iz6cd have you named the variable as root first?
@@DineshKumar-iz6cd bro u have to type ex' x' which is our alphabet
SQL ka name suna hai 🤣
Where does the input go after clicking submit button?
If you got this question answer then pls reply me
Very easy and simple
Thank you for this video
At 13:21 I followed the same steps but they were always giving me an error, can you help me with that?
Thank you! very much teacher!
You are welcome!
Love from pakistan 🇵🇰 ❤ 🇧🇩 ... bro keep it up very informative tutorial and it's really helps to complete my assignment.. 🥰
Thanks bro
Nice work
please share the link for working of this form like to store value in database and retrieve records from database
Very clear, thank you very much but I've got something I don't understand. In the getvals() function, when I would like to print the input value instead of 'accepted', i wrote print(namevalue) and the system respond . I would like to print the value and not the class of the object. What do you advise to do this. Thank you very in advance for your responses.
Yeah you would get that because ur printing the type of value it is. Use print(namevalue.get())
Always use .get() func to retrieve ur value
Amazing video, easy to follow for a beginner like me! I have one small doubt, how do we send these forms to people ? and once everyone fill their data, how do we see it? PS: Not from a coding background
You just print out the entry variable string that you made
you store the information in a variable (it should be a dictionary) then display it in a different window
Hi so i am new to coding and I did some experiments you actually wont need to add the row and colum stuff because for me it bugs but when i take it out and just have example.grid ot wors and runs smoothly!
Programming is all about experiment. Glad that you find out a simple way to do it. Carry on bro.
@@Tech2etc do you think you can teach us how to add onto that code and add stuff your choice into it just so we know!
Thanks bro ❤
Thank you
Hi, can you share the second part of this video?
Very useful😇😇
Glad u enjoyed
How can i see save information intered by user pls let me know
Check our latest video registration app.
Super bro❤
ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none)
ERROR: No matching distribution found for tkinter
@GOKUL VIPER it's not working
Type apt-get upgrade -y
Or try getting a newer virsion of python
That is not tkinter, install future package
@@alihamza3611 where?
so lets say a person registers where is that data stored or how can you store that information a secured csv or something like that?
Sir can you please create a Countdown Timer using python ?
Using features like start,stop,reset,resume
Thanks!
If i want store this data into file how to do this
Sir in my projet at 6:21 there is an error no attributes 'grid'
excellent
Hello, thanks for the video. I was looking for how to create the .txt files for the submit button. Can you tell me?
hello...your tutorials are extraordinary. can you please create a tutorial on python built-in functions(all built in functions there are 71). i hope you will work on it. thank you.
Nice sir 🤗
Thank u
thank you.. now, if I enter the information in the software, where do they go/stored?
Data Storing functionality isnt implemented in this video.. You can check our latest video for that.
Thanks bro
Great video
More projects are coming soon.
Please share this project on your social media. It will help us. Thanks.
Do you have to link the form to CSS in order to style it?
Very good
tnx
Is there any storing of seperate CSV file to store information entered by user
best idea
Thank you! Cheers!
Hello thanks for ur great video. I have a problem in form.
Actually I write a submit button and I want when the users enter their informations and click in submit then give me their informations in note. Like save on my notepad.
I write it, but when I enter my information in fields and click on submit, my information saves in a note, but the note is empty.
Can u help me?
I don't know what's wrong with it
Atti uttam
bru
Thank you
salaam
which tool you are using for this plzz tell me as soon as possible
Hi Dear,
I Wana learn Python leanguage to make RMG database. Already I have made a functional database at Google sheet platform by VBA code.
If there is any chance from your end, pls advise me...
Just a general question I'm a history majors student but I want to learn python just out of curiosity so where can I learn the basics of python
Do more trending projects in python
Pleaseeeeeeee
So this project is for Beginner? I mean as Mini project?
can you make a video on this but it can actually login and remember your acoount?
it works man.
Nice bro❤
Thanks bro
How do you add color to the background and each text please
hello bro , i can't understand about tkinter import * please explain it, i want know it, why we put this...?
so usefull
Thank you so much. Please share this project on your social media. Will appreciate that.
Hy! How can we install TKinter in python please can you guide?
awesome
are you from chittagong?
Sir hamne program banaya kuchh to shahi he lekin check button or submit nhi aa error bhi shamajh nhi aa rhi he
On my mac I can not see the Python Registration Form but on my Windows machine it works. Why is that?
can you make one program that how to download text file from website with pycharam.
Hi, my question is, if i have open a file, a project written in php,
at the same time, meannwhile the php file is opened, can I begin a python file also and write it?
yes you can.
thanks man
Most welcome
how we can send this file to someone for filling and if she ya he fills can we see the information
Where is the accepted data
Its not functional.
This is like HTML , i thought the GUI was gonna be like in C#
how to write this into a database and get information back?
Which app u used for this coding
hi sir am unble to get kinter in my pycharm,it would be great if you tell sir thankyou
in my program after clicking on submit button 2nd or 3rd time its not printing accepted
Sir one doubt data's which place are stored ? for I put ram details that details which store at place?
For storing data, we created variables.
If you type your name, That name will be stored in a variable. Here variables are storing data.
@@Tech2etc thanks you sir
@@gopiselvi2021 your most welcome.