Here is the Advance Registration form(store data): ruclips.net/video/p4_mGdeNXb4/видео.html "Working Login system in Python with Notification Alert" RUclips Tutorial : ruclips.net/video/LhjVuqd6yj4/видео.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!!😇😇
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.
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
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
Hello i need lit bit help am trying to create same as you but i face lit bit problem please can you help me actually word Label is not exist and software is not accepting can you tell me which word i can use in its place please
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...
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, 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?
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.
I followed your tutorial about "StringVar" but it still doesn't work for me. I would like to store the selection from the “filedialog.askdirectory()” in my “entry1” box. But that does not work. I also want to increase the height of my “entry6” but that is only possible with a label. I would like to raise it and left align with “Wrap text”. Can you help me a little with this? import customtkinter import tkinter from tkinter import * import tkinter as tk from tkinter import ttk from tkinter import Tk, filedialog customtkinter.set_appearance_mode("blue") customtkinter.set_default_color_theme("dark-blue") # root = customtkinter.CTk() root = Tk() root.geometry("800x700") root.title("SPLCF3, Phase Out Programma.") def open_file(): filepath = filedialog.askdirectory() file = open(filepath, "r") entry1.textIO = file print() def input_verwerking(): print(" ") print("The files will be collected in the folder: ", entry1.get()) print("The aircraft that wil be processed is: ", entry3.get()) # print(entry1.sel2.get()) print(sel2.get()) # I want to transfer this information to "entry1" exit() label = customtkinter.CTkLabel(root, text="SPL/CF3 A/C Phase Out System!", font=("Arial", 24)) label.pack(pady=30, padx=15) frame = customtkinter.CTkFrame(master=root) frame.pack(pady=10, padx=10, expand=True) sel2 = StringVar() def submit(): print(" ") def submit1(): open_file_path = filedialog.askdirectory() # Returns opened path as str entry1 = ttk.Entry(master=frame, textvariable=sel2, width=27) entry2 = tkinter.Label(master=frame, text="Select a the folder where to start :") entry3 = ttk.Combobox(master=frame, values=["AAA", "BBB", "CCC", "DDD", "EEE", "FFF", "GGG",], font=("Ariel", 10), width=20) entry4 = tkinter.Label(master=frame, text="Select an aircraft :") entry5 = Button(master=frame, text="Browse", command=submit1) entry6 = tkinter.Label(master=frame, width=100, height=20, textvariable=sel2) button = customtkinter.CTkButton(master=frame, text="Start Processing", command=input_verwerking, font=("Ariel", 16)) entry1.grid(row=2, column=2, pady=25, padx=10) # "Phase Out Folder" text in text box entry2.grid(row=2, column=0, pady=25, padx=10) # "Select a the folder where to start :", label column 1 entry3.grid(row=3, column=2, pady=25, padx=20) # Aircraft selection, column 2 entry4.grid(row=3, column=0, pady=25, padx=10) # "Submit", "Select an aircraft :" entry5.grid(row=2, column=3, pady=25, padx=10) # "Brows", column 3, row 4 entry6.grid(row=4, column=0, columnspan=16, pady=25, padx=10) button.grid(row=9, column=2, pady=25, padx=10) root.mainloop()
Here is the Advance Registration form(store data): ruclips.net/video/p4_mGdeNXb4/видео.html
"Working Login system in Python with Notification Alert"
RUclips Tutorial : ruclips.net/video/LhjVuqd6yj4/видео.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'
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?.
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
You just gained a sub!
Crisp and short. Nice video. Thank you so much
Your teaching way ....Just like a wow
Thank u so much ..This will be my first mini project 🎉
Excellent bro, really appreciate, getting confident while watching small program.
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!!!
how to connect this project with database
Also eager to know
Great . I completed this. Thanks a lot
If we enter the details where will the data be stored
You just got a subscriber dude. keep doing
Thanks man
Help full for beginner's.
Thank you.
Excellent .this is very much helpful for a beginner.
Your video is really help me a lot as i am a beginner
Man You have great potential
Keep it up❤️❤️❤️❤️👌👌👌
Thank you brother
Mate, you are awesome thanks for your beautiful job.
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.
Thanks for explaining everything in this tutorial😍
How can i see save information intered by user pls let me know
Check our latest video registration app.
Where does the input go after clicking submit button?
If you got this question answer then pls reply me
helpful tutorial .keep it up dost.
Thank u soo much dost
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.
Thank you very very much. It was a very helpful tutorial. Everybody in my house appreciated me. Thanks once again 😀😀😀😀😀😀🙂.
You're very welcome!
It's very useful for me thank you
If i want store this data into file how to do this
Very easy and simple
Your videos are very useful to me I love it❤️
Thank u
Really nice ...❤️
Want more videos
Thank you so much.
very helpful.. thanks for sharing
Your welcome
Thank you very much 😊😊
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
Nice work
Love from pakistan 🇵🇰 ❤ 🇧🇩 ... bro keep it up very informative tutorial and it's really helps to complete my assignment.. 🥰
Thanks bro
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 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.
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
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 🤣
On my mac I can not see the Python Registration Form but on my Windows machine it works. Why is that?
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
Hello i need lit bit help am trying to create same as you but i face lit bit problem please can you help me actually word Label is not exist and software is not accepting can you tell me which word i can use in its place please
please share the link for working of this form like to store value in database and retrieve records from database
Thank you for this video
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...
hello bro , i can't understand about tkinter import * please explain it, i want know it, why we put this...?
Hello sir the tkinter ain't working any solution pls
Sir hamne program banaya kuchh to shahi he lekin check button or submit nhi aa error bhi shamajh nhi aa rhi he
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
how we can send this file to someone for filling and if she ya he fills can we see the information
Hy! How can we install TKinter in python please can you guide?
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?
Thank you! very much teacher!
You are welcome!
Hi, can you share the second part of this video?
salaam
which tool you are using for this plzz tell me as soon as possible
How do you add color to the background and each text please
Thanks bro ❤
says it can't find a version that satisfies the requirement for tkinter...
can you make a video on this but it can actually login and remember your acoount?
Atti uttam
bru
Thank you
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?
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
excellent
in my program after clicking on submit button 2nd or 3rd time its not printing accepted
So this project is for Beginner? I mean as Mini project?
Which app u used for this coding
Do more trending projects in python
Pleaseeeeeeee
Hi i need your reply urgently...when i write entry word i get error please help..
At 13:21 I followed the same steps but they were always giving me an error, can you help me with that?
are you from chittagong?
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.
Super bro❤
Help me. Solve error: no matching distribution found for tkinter
Do you have to link the form to CSS in order to style it?
Sir can you please create a Countdown Timer using python ?
Using features like start,stop,reset,resume
Thanks!
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!
Can I run app on mobile in vs code python
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.
why all columns has 3. Please tell me
Is there any storing of seperate CSV file to store information entered by user
I followed your tutorial about "StringVar" but it still doesn't work for me.
I would like to store the selection from the “filedialog.askdirectory()” in my “entry1” box.
But that does not work. I also want to increase the height of my “entry6” but that is only possible with a label. I would like to raise it and left align with “Wrap text”.
Can you help me a little with this?
import customtkinter
import tkinter
from tkinter import *
import tkinter as tk
from tkinter import ttk
from tkinter import Tk, filedialog
customtkinter.set_appearance_mode("blue")
customtkinter.set_default_color_theme("dark-blue")
# root = customtkinter.CTk()
root = Tk()
root.geometry("800x700")
root.title("SPLCF3, Phase Out Programma.")
def open_file():
filepath = filedialog.askdirectory()
file = open(filepath, "r")
entry1.textIO = file
print()
def input_verwerking():
print("
")
print("The files will be collected in the folder: ", entry1.get())
print("The aircraft that wil be processed is: ", entry3.get())
# print(entry1.sel2.get())
print(sel2.get()) # I want to transfer this information to "entry1"
exit()
label = customtkinter.CTkLabel(root, text="SPL/CF3 A/C Phase Out System!", font=("Arial", 24))
label.pack(pady=30, padx=15)
frame = customtkinter.CTkFrame(master=root)
frame.pack(pady=10, padx=10, expand=True)
sel2 = StringVar()
def submit():
print("
")
def submit1():
open_file_path = filedialog.askdirectory() # Returns opened path as str
entry1 = ttk.Entry(master=frame, textvariable=sel2, width=27)
entry2 = tkinter.Label(master=frame, text="Select a the folder where to start :")
entry3 = ttk.Combobox(master=frame, values=["AAA", "BBB", "CCC", "DDD", "EEE", "FFF", "GGG",], font=("Ariel", 10), width=20)
entry4 = tkinter.Label(master=frame, text="Select an aircraft :")
entry5 = Button(master=frame, text="Browse", command=submit1)
entry6 = tkinter.Label(master=frame, width=100, height=20, textvariable=sel2)
button = customtkinter.CTkButton(master=frame, text="Start Processing", command=input_verwerking,
font=("Ariel", 16))
entry1.grid(row=2, column=2, pady=25, padx=10) # "Phase Out Folder" text in text box
entry2.grid(row=2, column=0, pady=25, padx=10) # "Select a the folder where to start :", label column 1
entry3.grid(row=3, column=2, pady=25, padx=20) # Aircraft selection, column 2
entry4.grid(row=3, column=0, pady=25, padx=10) # "Submit", "Select an aircraft :"
entry5.grid(row=2, column=3, pady=25, padx=10) # "Brows", column 3, row 4
entry6.grid(row=4, column=0, columnspan=16, pady=25, padx=10)
button.grid(row=9, column=2, pady=25, padx=10)
root.mainloop()
Where is the accepted data
Its not functional.
can you make one program that how to download text file from website with pycharam.
Can I add a icon to app?
How to limit number of attempts to try to login to 3
how do u add color to the entire gui?
root.config(bg="red")
Sir in my projet at 6:21 there is an error no attributes 'grid'
Thanks bro
I am using Jupyter to run Python, why I can not see the GUI screen after run? thank you.
without seeing the code i cant tell u that. Please contact our facebook page for help. Thank u
how to write this into a database and get information back?
But how do you connect this to Microsoft access please help
This is like HTML , i thought the GUI was gonna be like in C#
I followed every step but now it's giving me the error nameValue not defined bit it's defined in my code kindly reply thanks
nameValue=stringVar
nameentry=Entry(root, textvariable=nameValue)
Do I need to check my CMD command because I saw many times some people always checking CmD
Both are same.
Because most of the editor comes without build in terminal. Thats why they use cmd
Great video
More projects are coming soon.
Please share this project on your social media. It will help us. Thanks.