
The Password Generator is a Python script, created by Jim Grysmpolakis(JimmyVS) that leverages the Tkinter library to create an interactive and user-friendly graphical user interface for generating random passwords. Users can easily customize password settings, including length, complexity, and character set inclusions. The script also provides an option to save generated passwords to a text file.
Feature | Details |
---|---|
Customizable Settings | Choose password length, complexity, and include/exclude specific character sets |
Random Password Generation | Generate random passwords with a single click |
Save to File | Option to save generated passwords with the corresponding date to a text file. |
- Clone the repository to your local machine.
- Run the script using a Python interpreter.
- Customize password settings using the intuitive GUI.
- Click "Generate" to create a password.
- Optionally, click "Save" to store the generated password and date in a text file.
- Python 3.x
- Tkinter library
- ttkthemes library
This project is licensed under the MIT License - see the LICENSE file for details.
Have fun discovering the settings and generating interesting passwords. Happy Coding!