This is a simple password generator application built using Python and the Kivy framework. It allows users to generate random passwords with customizable options such as length, character types, and symbols.
- Generate random passwords with customizable options.
- Set the length of the password (between 10 to 20 characters).
- Include or exclude uppercase and lowercase letters.
- Include or exclude numbers.
- Include or exclude symbols.
- Copy generated password to clipboard.
-
Clone the repository to your local machine:
git clone https://github.com/ultronpatil/password-generator.git
-
Navigate to the project directory:
cd mob-app-password
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python password.py
-
Set the desired options for the password generation.
-
Click on the "Generate Password" button to generate a random password.
-
Optionally, click on the "Copy Password" button to copy the generated password to the clipboard.
- Generate random passwords with customizable options.
- Set the length of the password (between 8 to 16 characters).
- Include or exclude uppercase and lowercase letters.
- Include or exclude numbers.
- Include or exclude special symbols.
-
Run the Python script:
python password.py
-
Follow the prompts to set the desired options for the password generation.
-
The generated password will be displayed in the terminal.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.