
Password Generator App using python's Tkinter module
Python
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.
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
- Interactive GUI with Tkinter
Technologies Used
Python Tkinter