A Python application that allows users to securely save and manage their passwords and associated emails. The app can generate strong passwords, store them in a JSON file, and retrieve login information when needed. It demonstrates file handling, JSON data management, and password generation in Python.

