Random Password ReportFile
Random Password ReportFile
MINI PROJECT
Roll No. : 13
Also there are a lot of different types of accounts a single person uses, and almost
each one requires a different type of password. For example the social media
accounts and the 4 digit password used in an atm. Among all the accounts there are
some which are way too important to be left with a weak password like, the online
payment and bank accounts.
My other motivation of choosing this project was to make a GUI program for the first
time. I have always created programs, putting in the best logic and algorithm but all I
got was some bright text on a black screen. I wanted to create a GUI with buttons,
lables and text in it, just like a normal exe program.
Tkinter
Pyhon
Pyperclip
Methodology Followed
Installing tkinter in vs code
how to create a window with a title and the minimise, fullscreen and exit buttons
on the top
I almost learned every thing required to create a random password generator (at
least visually)
Now I wanted to program the buttons I created to perform a specific task when
clicked.
for that I used functions and whenever the button would be clicked the function
assigned to that button will be called.
Using “pyperclip” I allowed the user to copy the password to the clipboard.