Welcome to the Password Generator App! This application, designed with a cyberpunk aesthetic, allows users to generate secure and random passwords with various customizable options. It also features AI-powered prompts to help you tailor your password to your specific needs. The app is available on both Android and the web.
- Cyberpunk Design: Enjoy a futuristic and vibrant interface inspired by cyberpunk themes.
- Random Password Generation: Generate strong and secure passwords.
- Customizable Length: Use the slider to specify the desired length of the password.
- Character Options: Include or exclude uppercase letters, lowercase letters, numbers, and special characters.
- AI-Powered Prompts: Receive intelligent prompts to customize your password based on your preferences.
- Clipboard Copy: Easily copy the generated password to the clipboard.
- User-Friendly Interface: Simple and intuitive design for ease of use.
- Android: Available for download on Android devices.
- Web: Accessible via the web for cross-platform compatibility.
Check out the live demo of the Password Generator App here.
To run the Password Generator App on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/saikishan5000/password_generator.git
-
Navigate to the project directory:
cd password_generator
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Open the app.
- Specify the length of the password you want to generate using the length selector slider.
- Select the character types you want to include in your password (uppercase, lowercase, numbers, special characters) using the toggles.
- Use AI prompts to receive suggestions on how to customize your password based on your needs.
- Generate the password by tapping the "Generate" button.
- Copy the password to your clipboard by tapping the "Copy" button.
Contributions are welcome! To contribute to the Password Generator App, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeatureName
- Make your changes.
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/YourFeatureName
- Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions, feel free to reach out to the project maintainers:
- Sai Kishan - saikishan.official@gmail.com
- GitHub: https://github.com/saikishan5000
Thank you for using the Password Generator App!