Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 840 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 840 Bytes

Weather-App

Paaban Panda

Electrical Engineering

Overview

This application will generate a random password whose elements' type can be choosen by the user.

interface

This is the main interface of the application.

  1. User needs to write the length of passward he required.
  2. Then user need to choose the type of characters he required. a) If he wants CAPITAL letters, then he should tick the corresponding checkbox. b) If he wants SMALL letters, then he should tick the corresponding checkbox. c) If he wants NUMBERS, then he should tick the corresponding checkbox. d) If he wants SYMBOLS, then he should tick the corresponding checkbox.
  3. Then user should click on "Generate" button to generate a password.