Python
Password Generator App using python's Tkinter module
A simple password generator built using Python's Tkinter module. It allows users to generate secure random passwords with a combination of letters, numbers, and symbols, and save them locally.

Technologies Used
🐍Python
🔧 Tkinter
Project Info
CategoryPython
Technologies2
Features5
Key Features
Generates passwords with letters numbers and symbols
Randomly shuffles characters for enhanced security
Save functionality to store passwords with website and email/username
Basic validation to prevent saving empty fields
Code Implementation
Main.py