Python Password Generator v1 A beginner Python project that generates random passwords. Features Random password generation Custom password length Uses Python random module Concepts Used Loops Strings Variables User Input random.choice() File password_generator.py