100 Days of Code: The Complete Python Pro Boot Camp – Day 29 Project.
Create a password generator/saver program.
Continuing to learn more tkinter GUI functionality.
Program accepts Website, Email/Username, and Password data. When user presses ‘Add’ it will check to ensure that no fields are blank. If all fields are present, it will present a pop-up that asks user to check the details and confirm they are correct, if user selects ‘OK’, it will save/add the info to a file called ‘passwords.txt’ in the root directory and clear the Website and Password fields.
- Choose ‘Open in Replit’
- Select ‘Run’ to use the program
- Find the ‘Output’ window and maximize to be able to view the program entirely.