Skip to content

rewyekha/OTP-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTP_Application

  • An application that will send the login form and password to the e-mail, designed for one-time password application.
  • In this project, I have utilized Python with the Tkinter library to develop an OTP (One-Time Password) authentication application. Tkinter, being a built-in Python library, serves as an excellent choice for creating GUI (Graphical User Interface) applications, offering simplicity and ease of use.
  • Libbrary: Tkinter
  • Protocol: SMTP (Simple Mail Transfer Protocol)

Setup Environment

# Make sure your PIP is up to date
pip install -U pip wheel setuptools

# Install required dependencies
pip install -r requirements.txt

Main form

mainform

Sending mail

email

Login with otp

otp-login