I'm new in Python. How can I get input to show like this -> ******?
userPassword = customtkinter.CTkEntry(master=windowForLogin, width=220, placeholder_text="Hasło")
userPassword.place(x=50, y=165)
idk
I'm new in Python. How can I get input to show like this -> ******?
userPassword = customtkinter.CTkEntry(master=windowForLogin, width=220, placeholder_text="Hasło")
userPassword.place(x=50, y=165)
idk