A sleek and powerful password generator built with Python for the command line and a modern HTML/CSS/JavaScript interface for the browser.
- Customizable Password Generation: Generate passwords of any length with your choice of character types (lowercase, uppercase, digits, special characters).
- Interactive CLI: A user-friendly command-line interface that guides you through the password generation process.
- Modern Web UI: A beautiful and responsive web interface with interactive controls and a sleek design.
- Secure: Generates strong, random passwords to protect your accounts.
-
Navigate to the
srcdirectory:cd src -
Run the Python script:
python password_generator.py
-
Follow the prompts to customize and generate your password.
-
Open the
index.htmlfile in your web browser:- Navigate to the
srcdirectory in your file explorer. - Double-click on
index.htmlto open it.
- Navigate to the
-
Use the interactive controls to generate and customize your password.
- Go to the Releases page of this repository.
- Download the latest
.apkfile from the "Assets" section of a release. - On your Android device, you may need to enable "Install from unknown sources" in your security settings.
- Locate the downloaded
.apkfile on your device and tap on it to install.
This project is licensed under the MIT License. See the LICENSE file for details.