A Python-based password generator that creates a completely random password based on user input.
The user decides how many alphabets, numbers, and special characters they want, and the program generates a strong password with no fixed sequence.
- User chooses:
- Number of alphabets
- Number of numbers
- Number of special characters
- Final password is fully randomized
- Characters can appear in any order
- Beginner-friendly Python project
- Python 3
randommodule
- The user enters:
- How many letters they want
- How many numbers they want
- How many special characters they want
- The program:
- Randomly selects characters
- Shuffles them to remove any pattern
- A strong and unpredictable password is generated
- Make sure Python is installed on your system
- Clone this repository or download the file
- Open a terminal in the project folder
- Run the following command:
password generator.py