avirajdongare / BooleanAutocrats

Hacktoberfest 2022 contribution repository!✨ Add your valuable contributions to open source python scripts and much more, tools and projects.
MIT License
6 stars 29 forks source link

Create an OTP Verification System #70

Closed avirajdongare closed 1 year ago

avirajdongare commented 1 year ago

You can easily create an application for the task of OTP verification using Python by following the steps mentioned below:

  1. First, create a 6-digit random number
  2. Then store the number in a variable
  3. Then we need to write a program to send emails
  4. When sending email, we need to use OTP as a message
  5. Finally, we need to request two user inputs; first for the user’s email and then for the OTP that the user has received.