/Password-Generator

GUI application that generates a random password from length 8 to 32.

Primary LanguagePython

Password Generator

After clicking on the Generate button, The password will be created randomly from Digits, Uppercase Letters, Lowercase Letters, and Symbols. Also, After clicking on the Save button, The program generates a text file that has Creation date of the file, Password usage, and The password. So, the user can save the file to any folder he wants. Finally, After saving, The password is transferred to the clipboard.

How to Run

You can clone the project by using this command on CMD

git clone https://github.com/MuhammedMagdyy/Password-Generator.git

Tools and Technologies

  • Python
  • Random
  • Date-Time
  • Pyperclip
  • Tkinter
    • file dialog

Notes:


  • This program is under-developing and I'll add new features to it in the future insha'Allah.

Steps

  1. Run the program on PyCharm or any IDE that supports Python
  2. Write the usage of your password and choose the length of the password pass-usage
  3. Click on the Generate button, then the random password will appear to you rand-pass
  4. After clicking on the Save button, you have to name the text file and choose its path path-pic
  5. The text inside the file like this txt-file

Video

Password-Generator.mp4