Final project for Code in Place

by Rebecca H

Description

This project uses Tkinter to generate two buttons. When you click "Create a new password," it generates a random password in the terminal (using a list, join(), and random.choice(), along with a string of all the letters of the alphabet). The quit buttons does as it says and ends the program.