Skip to content

Latest commit

 

History

History

python-password-generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Project File Structure:

These are the steps to build password generator python project:

    1. Import random and tkinter modules
    1. Define password generator function
    1. Define character string
    1. Create the user interface
    1. Add input widgets
    1. Button to call the translate function

Python is a versatile language to create all sorts of applications, including a password generator. This project will walk us through creating a password generator with Python. We will learn how to generate passwords of different lengths and complexity, as well as how to store them securely. This project is a great way to learn more about Python and practice our coding skills