A Python application built with Tkinter that evaluates password strength using Regex and generates SHA-256 hashes.
- Real-time password complexity analysis.
- Checks for Uppercase, Lowercase, Numbers, and Special Characters.
- Generates SHA-256 Hash for secure storage simulation.
- Toggle password visibility.
- Install Python.
- Run
python password_tool.py.