Python Program: Password Program

By carriekaler Apr26,2024

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.

  1. Choose ‘Open in Replit’
  2. Select ‘Run’ to use the program
  3. Find the ‘Output’ window and maximize to be able to view the program entirely.