Its a Python project about PASSWORD_GENERATION
Generate strong and secure passwords with this Python-based Password Generator Application created with Tkinter GUI.
- Customizable Passwords: Generate passwords with varying lengths and complexity.
- Copy to Clipboard: Easily copy generated passwords to your clipboard for immediate use.
-
Generate Password:
- Select your preferred password length using the slider.
- Click the "Generate Password" button.
- The generated password will appear in the text field.
-
Copy to Clipboard:
- Click the "Copy to Clipboard" button to copy the generated password to your clipboard.
Clone the repository to your local machine:
https://github.com/rakesh2378/Password-Generator.git
Run the application:
`Password_Gen.py`
- Python 3.x
- Tkinter library (usually included with Python)
This project is licensed under the MIT License
Thanks to the Python and Tkinter communities for their excellent documentation and resources. Also a sincere appreciation goes to @CODSOFT for the internship opportunity given to me that brought about this project.