Skip to content

ItIsCiprian/Random-Password-Generator

Repository files navigation

Modern Password Generator

A sleek and powerful password generator built with Python for the command line and a modern HTML/CSS/JavaScript interface for the browser.

Features

  • 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.

Getting Started

Command-Line Interface

  1. Navigate to the src directory:

    cd src
  2. Run the Python script:

    python password_generator.py
  3. Follow the prompts to customize and generate your password.

Web Interface

  1. Open the index.html file in your web browser:

    • Navigate to the src directory in your file explorer.
    • Double-click on index.html to open it.
  2. Use the interactive controls to generate and customize your password.

Installation

Android

  1. Go to the Releases page of this repository.
  2. Download the latest .apk file from the "Assets" section of a release.
  3. On your Android device, you may need to enable "Install from unknown sources" in your security settings.
  4. Locate the downloaded .apk file on your device and tap on it to install.

License

This project is licensed under the MIT License. See the LICENSE file for details.