This project is a strong password generator with a modern graphical user interface built using KivyMD in python.
- Generate secure passwords of customizable length
- Choose which character types to include: lowercase, uppercase, numbers, and symbols
- User-friendly interface with switches and slider for easy selection
- Copy the generated password to your clipboard with one click
- Install dependencies:
pip install kivymd
pip install kivy
- Run the app:
python main_app.py
logic.py: Contains the password generation logicmain_app.py: The KivyMD user interface
- Python 3.7+
- KivyMD
