This Python program is developed to generate a random password list.
• Generating random passwords
• Determining the number of passwords
• Specifying password composition (uppercase letters, lowercase letters, special characters, numbers)
• Setting the password length
- Run the program.
- Determine the number of passwords.
- Specify the password content.
- Set the password length.
- Write the directory where the password list will be saved.(Example: C/Desktop/)
python rastgele_sifre_olusturucu.py
• Python 3.x
git clone https://github.com/oguzhanerbil/Random-Password-Generator.git
cd Random-Password-Generator
python start.py
- Fork this project (click on the "Fork" button in the top right corner).
- Add new features or fix bugs.
- Commit your changes (
git commit -m 'Added new feature'
). - Publish your changes to your fork (
git push origin branch-name
). - Create a Pull Request.
This project is licensed under the MIT License. Please refer to the LICENSE file for details.