Skip to main content

Password input for python.

Project description

Python Password Input

AÇIKLAMA/DESCRIPTION

TR
Python için hazırlanmış bir şifre girişi. Kullanımı "input()" işleviyle aynıdır, ancak "input" ve "getpass"tan farkı, karakter yerine * yazdırmasıdır.

EN
A password input prepared for Python. Its usage is the same as the "input()" function, but the difference from "input" and "getpass" is that it prints * instead of characters.

GIF

KULLANIM/USE

TR
Modül içer aktarılır ve modüle ait olan passwordInput komutu herhangi bir değişkene return edilir. Kullanıcı şifreyi girdiğinde değişken şifrenin değerine sahip olacaktır.

EN
The module is imported and the passwordInput command belonging to the module is returned to any variable. When the user enters the password, the variable will have the value of the password.

ÖRNEKLER/EXAMPLES

import passwordInput
password=passwordInput.passwordInput("Enter Your Password: ")
print("Password is "+password)
from passwordInput import passwordInput
uname=input("User Name: ")
password=passwordInput("Password: ")
if uname=="python" and password=="best":
	print("Welcome Back!")
else:
	print("ERROR")

GELİŞTİREN/AUTHOR

Muhammed KARAMAN-MAMOSKO-
Web Site: www.mamosko.ml
Mail: admin@mamosko.ml
Instagram: mhmdkrmn1
GitHub: MAMSOKO

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passwordInput-1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

passwordInput-1.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page